Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45337 (GCVE-0-2024-45337)
Vulnerability from cvelistv5 – Published: 2024-12-11 18:55 – Updated: 2025-02-18 20:48- CWE-1108 - Excessive Reliance on Global Variables
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh |
Affected:
0 , < 0.31.0
(semver)
|
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-01-31T15:02:46.088Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://www.openwall.com/lists/oss-security/2024/12/11/2"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250131-0007/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45337",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-12-12T17:57:55.896008Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-12-12T17:58:29.810Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh",
"product": "golang.org/x/crypto/ssh",
"programRoutines": [
{
"name": "ServerConfig.PublicKeyCallback"
},
{
"name": "connection.serverAuthenticate"
},
{
"name": "NewServerConn"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.31.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Damien Tournoud (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Patrick Dawkins (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Vince Parker (Platform.sh / Upsun)"
},
{
"lang": "en",
"value": "Jules Duvivier (Platform.sh / Upsun)"
}
],
"descriptions": [
{
"lang": "en",
"value": "Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \"A call to this function does not guarantee that the key offered is in fact used to authenticate.\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-1108: Excessive Reliance on Global Variables",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-02-18T20:48:40.404Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"url": "https://go.dev/cl/635315"
},
{
"url": "https://go.dev/issue/70779"
},
{
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"title": "Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2024-45337",
"datePublished": "2024-12-11T18:55:58.506Z",
"dateReserved": "2024-08-27T19:41:58.555Z",
"dateUpdated": "2025-02-18T20:48:40.404Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45337",
"date": "2026-08-14",
"epss": "0.03153",
"percentile": "0.86809"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}, {\"lang\": \"es\", \"value\": \" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\\u00f3n de autorizaci\\u00f3n.\"}]",
"id": "CVE-2024-45337",
"lastModified": "2024-12-12T21:15:08.500",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"baseScore\": 9.1, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.2}]}",
"published": "2024-12-12T02:02:07.970",
"references": "[{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/cl/635315\", \"source\": \"security@golang.org\"}, {\"url\": \"https://go.dev/issue/70779\", \"source\": \"security@golang.org\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\", \"source\": \"security@golang.org\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\", \"source\": \"security@golang.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@golang.org",
"vulnStatus": "Awaiting Analysis"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45337\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2024-12-12T02:02:07.970\",\"lastModified\":\"2026-06-17T07:54:03.360\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"},{\"lang\":\"es\",\"value\":\" Las aplicaciones y bibliotecas que hacen un mal uso de la devoluci\u00f3n de llamada ServerConfig.PublicKeyCallback pueden ser susceptibles a una omisi\u00f3n de autorizaci\u00f3n.\"}],\"affected\":[{\"source\":\"security@golang.org\",\"affectedData\":[{\"vendor\":\"golang.org/x/crypto\",\"product\":\"golang.org/x/crypto/ssh\",\"defaultStatus\":\"unaffected\",\"collectionURL\":\"https://pkg.go.dev\",\"packageName\":\"golang.org/x/crypto/ssh\",\"programRoutines\":[{\"name\":\"ServerConfig.PublicKeyCallback\"},{\"name\":\"connection.serverAuthenticate\"},{\"name\":\"NewServerConn\"}],\"versions\":[{\"version\":\"0\",\"lessThan\":\"0.31.0\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\",\"baseScore\":9.1,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":5.2}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-12-12T17:57:55.896008Z\",\"id\":\"CVE-2024-45337\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"yes\"},{\"technicalImpact\":\"total\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"references\":[{\"url\":\"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/cl/635315\",\"source\":\"security@golang.org\"},{\"url\":\"https://go.dev/issue/70779\",\"source\":\"security@golang.org\"},{\"url\":\"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\",\"source\":\"security@golang.org\"},{\"url\":\"https://pkg.go.dev/vuln/GO-2024-3321\",\"source\":\"security@golang.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/12/11/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20250131-0007/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"redhat_vex": {
"aggregate_severity": "Important",
"current_release_date": "2026-08-15T02:24:53+00:00",
"cve": "CVE-2024-45337",
"id": "CVE-2024-45337",
"initial_release_date": "2024-12-11T18:55:58.506000+00:00",
"product_status:fixed": "1801",
"product_status:known_affected": "74",
"product_status:known_not_affected": "8477",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-45337.json",
"version": "3"
},
"suse_vex": {
"aggregate_severity": "important",
"current_release_date": "2026-08-08T00:02:18Z",
"cve": "CVE-2024-45337",
"id": "CVE-2024-45337",
"initial_release_date": "2024-12-13T00:32:26Z",
"product_status:known_affected": "384",
"product_status:known_not_affected": "908",
"product_status:recommended": "692",
"source": "SUSE CSAF VEX",
"status": "interim",
"title": "SUSE CVE CVE-2024-45337",
"url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-45337.json",
"version": "128"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/12/11/2\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250131-0007/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-01-31T15:02:46.088Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 9.1, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"CRITICAL\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45337\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-12T17:57:55.896008Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-12T17:58:13.916Z\"}}], \"cna\": {\"title\": \"Misuse of connection.serverAuthenticate may cause authorization bypass in golang.org/x/crypto\", \"credits\": [{\"lang\": \"en\", \"value\": \"Damien Tournoud (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Patrick Dawkins (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Vince Parker (Platform.sh / Upsun)\"}, {\"lang\": \"en\", \"value\": \"Jules Duvivier (Platform.sh / Upsun)\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.31.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"ServerConfig.PublicKeyCallback\"}, {\"name\": \"connection.serverAuthenticate\"}, {\"name\": \"NewServerConn\"}]}], \"references\": [{\"url\": \"https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909\"}, {\"url\": \"https://go.dev/cl/635315\"}, {\"url\": \"https://go.dev/issue/70779\"}, {\"url\": \"https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2024-3321\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that \\\"A call to this function does not guarantee that the key offered is in fact used to authenticate.\\\" Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-1108: Excessive Reliance on Global Variables\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45337\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-18T20:48:40.404Z\", \"dateReserved\": \"2024-08-27T19:41:58.555Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2024-12-11T18:55:58.506Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2025:1326
Vulnerability from csaf_redhat - Published: 2025-02-11 15:41 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_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": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1326",
"url": "https://access.redhat.com/errata/RHSA-2025:1326"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1326.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-08-15T02:29:01+00:00",
"generator": {
"date": "2026-08-15T02:29:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1326",
"initial_release_date": "2025-02-11T15:41:51+00:00",
"revision_history": [
{
"date": "2025-02-11T15:41:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"product": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"product_id": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/client-server-rhel9@sha256%3A974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738849704"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"product": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"product_id": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cosign-rhel9@sha256%3A36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738837681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64",
"product": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64",
"product_id": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gitsign-rhel9@sha256%3A090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738843004"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64"
},
"product_reference": "registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64"
},
"product_reference": "registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64"
},
"product_reference": "registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64"
],
"known_not_affected": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T15:41:51+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1326"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/client-server-rhel9@sha256:974555846321f9eed4c146901df2efe8373d78be2ca83031ebc1d9c309b1bdb5_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/cosign-rhel9@sha256:36598c292c624bd7b4efb3fa3b68bfba074e61a08a839f66072a7273a2da4857_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/gitsign-rhel9@sha256:090898a633ccf30aa45417179299e869b192409d07fb57a703677f3f9bfb823c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1327
Vulnerability from csaf_redhat - Published: 2025-02-11 15:44 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "The 1.1.1 release of Red Hat Trusted Artifact Signer OpenShift Operator. For more details please visit the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"title": "Topic"
},
{
"category": "general",
"text": "The RHTAS Operator can be used with OpenShift Container Platform 4.14, 4.15, 4.16 and 4.17.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1327",
"url": "https://access.redhat.com/errata/RHSA-2025:1327"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"url": "https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1327.json"
}
],
"title": "Red Hat Security Advisory: RHTAS 1.1.1 - Red Hat Trusted Artifact Signer Release",
"tracking": {
"current_release_date": "2026-08-15T02:29:01+00:00",
"generator": {
"date": "2026-08-15T02:29:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1327",
"initial_release_date": "2025-02-11T15:44:02+00:00",
"revision_history": [
{
"date": "2025-02-11T15:44:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Trusted Artifact Signer 1.1",
"product": {
"name": "Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:trusted_artifact_signer:1.1::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Trusted Artifact Signer"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"product": {
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"product_id": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/createctconfig-rhel9@sha256%3A64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"product": {
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"product_id": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ctlog-managectroots-rhel9@sha256%3Aa0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"product": {
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"product_id": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/fulcio-createcerts-rhel9@sha256%3A2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"product": {
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"product_id": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/trillian-createdb-rhel9@sha256%3A62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1738841488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64",
"product": {
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64",
"product_id": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/tuf-server-rhel9@sha256%3A313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1?arch=amd64\u0026repository_url=registry.redhat.io/rhtas\u0026tag=1.1.1-1736857941"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64"
},
"product_reference": "registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64"
},
"product_reference": "registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64"
},
"product_reference": "registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64"
},
"product_reference": "registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64 as a component of Red Hat Trusted Artifact Signer 1.1",
"product_id": "Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64"
},
"product_reference": "registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64",
"relates_to_product_reference": "Red Hat Trusted Artifact Signer 1.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T15:44:02+00:00",
"details": "Red Hat Trusted Artifact Signer simplifies cryptographic signing and verifying of software artifacts such as container images, binaries and source code changes. It is a self-managed on-premise deployment of the Sigstore project available at https://sigstore.dev\n\nPlatform Engineers, Software Developers and Security Professionals may use RHTAS to ensure the integrity, transparency and assurance of their organization\u0027s software supply chain.\n\nFor details on using the operator, refer to the product documentation at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1\n\nYou can find the release notes for this version of Red Hat Trusted Artifact Signer at https://access.redhat.com/documentation/en-us/red_hat_trusted_artifact_signer/1.1/html-single/release_notes/index",
"product_ids": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1327"
},
{
"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 Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/createctconfig-rhel9@sha256:64b594dd719deebed479cbb82522372becbdf4c6a12180d8835d05fc18db4e25_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/ctlog-managectroots-rhel9@sha256:a0f59acb1076abf8abf25f8d90c8c2950f34b05a9586f42491d497353cef050a_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/fulcio-createcerts-rhel9@sha256:2fae433b5864d63470156d36a07cdda08dde72a3894b2d7912d9ae98dda916c7_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/trillian-createdb-rhel9@sha256:62c33fbce877199e5352268f9f9229be5051791c639eb2daff823ba3d644ddd1_amd64",
"Red Hat Trusted Artifact Signer 1.1:registry.redhat.io/rhtas/tuf-server-rhel9@sha256:313f00c01331f9000ee3a75ffa38327c87adf5b52eeedefe47aca8c8f4b158d1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
RHSA-2025:1331
Vulnerability from csaf_redhat - Published: 2025-02-12 17:47 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64 | — |
Vendor Fix
fix
|
{
"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": "Gatekeeper v3.17.1\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "Gatekeeper v3.17.1\n\nStarting in v3.17.1, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.17.1, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.17.0: \nhttps://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0\n* v3.17.1: \nhttps://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1331",
"url": "https://access.redhat.com/errata/RHSA-2025:1331"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.17.1"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "HYPBLD-545",
"url": "https://issues.redhat.com/browse/HYPBLD-545"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1331.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.17.1",
"tracking": {
"current_release_date": "2026-08-15T02:29:01+00:00",
"generator": {
"date": "2026-08-15T02:29:01+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1331",
"initial_release_date": "2025-02-12T17:47:51+00:00",
"revision_history": [
{
"date": "2025-02-12T17:47:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-12T17:47:51+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:01+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.17 for RHEL 9",
"product": {
"name": "gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.17::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.17.1-6"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.17.1-7"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.17.1-5"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64 as a component of gatekeeper 3.17 for RHEL 9",
"product_id": "9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:47:51+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1331"
},
{
"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": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:47:51+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1331"
}
],
"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": [
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-operator-bundle@sha256:99e72875ce523e94ed910a0ea149792bd4e3eb0bd53f048b42077a80ddc7a6c9_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:21e45420b6946604f695abcd47aee1c5b6855fdf8460262e2cc3606ac25ae457_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:36dd625b758d637b519742fd9851e1e380c016d5b57b19bae1a8c24046f00723_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:52139ff74fc3606384482480745ca760a6be08b744df6009585372d4d2298be8_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9-operator@sha256:558911a73f9611e756a88c909b2aeab31f5786b29aa7a94d85a0122b50ade941_arm64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6a17de79ce8c47d5d269c344f7c7dd9e6be8e9e5aa7559485e4971f56eebb3f6_amd64",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:6ea835cbe489df1d27cb8c4b8207cd92a4aeb297b8a46f41f145befc075c9dbc_ppc64le",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:97bcf5973bee75597281fde6c41617bf19a4a5bf0381f1bb00ba26b5352691c3_s390x",
"9Base-gatekeeper-3.17:gatekeeper/gatekeeper-rhel9@sha256:c33114d526fd24d8e56a863015e71bd6584065902bbc0c13db569d030d15a8f7_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:1332
Vulnerability from csaf_redhat - Published: 2025-02-12 17:48 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x | — |
Vendor Fix
fix
|
{
"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": "Gatekeeper v3.15.3\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "Gatekeeper v3.15.3\n\nStarting in v3.15.3, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.15.3, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.15.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0\n* v3.15.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1332",
"url": "https://access.redhat.com/errata/RHSA-2025:1332"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.15.1"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "HYPBLD-546",
"url": "https://issues.redhat.com/browse/HYPBLD-546"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1332.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.15.3",
"tracking": {
"current_release_date": "2026-08-15T02:29:02+00:00",
"generator": {
"date": "2026-08-15T02:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1332",
"initial_release_date": "2025-02-12T17:48:36+00:00",
"revision_history": [
{
"date": "2025-02-12T17:48:36+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-12T17:48:36+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.15 for RHEL 9",
"product": {
"name": "gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.15::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.15.3-2"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.15.1-26"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.15.3-1"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64 as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x as a component of gatekeeper 3.15 for RHEL 9",
"product_id": "9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:48:36+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1332"
},
{
"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": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:48:36+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1332"
}
],
"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": [
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-operator-bundle@sha256:9f6e54feb9b36b5ffe08ead26b17891902452eb28de0d64cf775d9fdc35309e7_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:11a924ee37ee6a1839226ef958a6180508e6b774b0905cd238f1b0839179c79a_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:39d361449563ca2ee180e2ff713d157c437e89eeef3bd219851c65bcdee1734c_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:411a3bcf728789173eaa2779117fe83153cf6ed92d029f29e942b8af83faf06f_s390x",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9-operator@sha256:4c068b81f1c0d0f2047b5a396420017563209122f44c31eb855b8921e434a4c5_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:75b77a63258a21ed2e858e3e6e5f666976dac1f57b270ed3ddf4b1a4b1f2c2b8_ppc64le",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:777fcd326977c63e8fc2970734374e84c26293930fc0576ddcf1ca29ac8163ca_amd64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:d5a7e41d658fcf97ddfc643bf199a85e32e7fb2c1be7c9536d2270d070afc523_arm64",
"9Base-gatekeeper-3.15:gatekeeper/gatekeeper-rhel9@sha256:e2127bc946ad3aea529e9347eff91d5250caa51b262c5db15d7a6b207b3ae42a_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:1333
Vulnerability from csaf_redhat - Published: 2025-02-12 17:36 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x | — |
Vendor Fix
fix
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x | — |
Vendor Fix
fix
|
{
"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": "Gatekeeper v3.14.3\n\nGatekeeper is a validating webhook with auditing capabilities that can\nenforce custom resource definition-based policies that are run with the\nOpen Policy Agent (OPA). Gatekeeper is supported through a Red Hat Advanced\nCluster Management for Kubernetes subscription.\n\nRed Hat Product Security has rated this update as having a security impact\nof Important. 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": "Gatekeeper v3.14.3\n\nStarting in v3.14.3, users can specify a `containerArguments` list of names\nand values for both the audit and webhook configurations to be passed to\nthe respective deployment. These will be ignored if the argument has\nalready been set by the operator or specifies an argument listed in the\ndeny list.\n\nStarting in v3.14.3, the following namespaces are exempt from admission\ncontrol:\n\n- kube-*\n- multicluster-engine\n- hypershift\n- hive\n- rhacs-operator\n- open-cluster-*\n- openshift-*\n\nTo disable the default exempt namespaces, set the namespaces you want on\nthe object.\n\nSecurity fix(es):\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback might cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n\nAdditional Release Notes:\n\n* v3.14.0 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0\n* v3.14.1 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1\n* v3.14.2 https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1333",
"url": "https://access.redhat.com/errata/RHSA-2025:1333"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.0"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.1"
},
{
"category": "external",
"summary": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2",
"url": "https://github.com/open-policy-agent/gatekeeper/releases/tag/v3.14.2"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "HYPBLD-547",
"url": "https://issues.redhat.com/browse/HYPBLD-547"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1333.json"
}
],
"title": "Red Hat Security Advisory: Gatekeeper v3.14.3",
"tracking": {
"current_release_date": "2026-08-15T02:29:02+00:00",
"generator": {
"date": "2026-08-15T02:29:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1333",
"initial_release_date": "2025-02-12T17:36:57+00:00",
"revision_history": [
{
"date": "2025-02-12T17:36:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-12T17:36:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:02+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "gatekeeper 3.14 for RHEL 9",
"product": {
"name": "gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:gatekeeper:3.14::el9"
}
}
}
],
"category": "product_family",
"name": "gatekeeper"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2?arch=arm64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240?arch=ppc64le\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4?arch=s390x\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9\u0026tag=v3.14.2-8"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"product": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"product_id": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-operator-bundle\u0026tag=v3.14.3-3"
}
}
},
{
"category": "product_version",
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"product": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"product_id": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a?arch=amd64\u0026repository_url=registry.redhat.io/gatekeeper/gatekeeper-rhel9-operator\u0026tag=v3.14.3-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64 as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64"
},
"product_reference": "gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64 as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64 as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64 as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64 as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x as a component of gatekeeper 3.14 for RHEL 9",
"product_id": "9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
},
"product_reference": "gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x",
"relates_to_product_reference": "9Base-gatekeeper-3.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:36:57+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1333"
},
{
"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": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-12T17:36:57+00:00",
"details": "For more information, see the following resources:\n\n* See the Gatekeeper\ndocumentation: https://open-policy-agent.github.io/gatekeeper/website/docs/.\n\n* For support and troubleshooting, Gatekeeper is supported through a Red Hat Advanced Cluster Management for\nKubernetes subscription:\nhttps://access.redhat.com/products/red-hat-advanced-cluster-management-for-kubernetes.\n\n* The Open Policy Agent Gatekeeper community collaborates on Slack. Join the \n#opa-gatekeeper channel: https://openpolicyagent.slack.com/archives/CDTN970AX.\n\n* Open issues on the Gatekeeper GitHub repository: https://github.com/open-policy-agent/gatekeeper/issues.\n\n* See the installation and upgrade documentation: https://open-policy-agent.github.io/gatekeeper/website/docs/install.",
"product_ids": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1333"
}
],
"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": [
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-operator-bundle@sha256:e2a1515489022d6ae4a310f8a9c6432084ec6f0ca83e02401cbba17d99c5ec3c_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:242dc311770f135c2e8e90213d2df37be4efbe9d933a6002d14bf8e0189c2240_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:4a839671cab110692b666eb52220c60e2372e65fa0ebccb59638469e3c4759b2_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:5a598b8847f91274791e75c8338c177774fb1557d5ca600e90da5a59a4afb82a_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9-operator@sha256:d04a5d2ee3b584a2d5a6c00c526466fe83c6f1ffa59cfea9f808fcb6b6389ea4_s390x",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:0750fea44fdbb31437d102b7f0e3878fc5bbc79284c1ffb8fbafb7586f7b2b4d_ppc64le",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2a5ea0af3692ba39a4dfef001596015690079068bc3f6ccbf02bfbcffac240ab_amd64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:2e14b2661e4bc2d592862c2cc62993ad25c016166157d0566d798830b9da17c5_arm64",
"9Base-gatekeeper-3.14:gatekeeper/gatekeeper-rhel9@sha256:eb043a5480b483f90e656a4cd4189b6672c6856072deaaad7f082bba9818886d_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
}
]
}
RHSA-2025:1334
Vulnerability from csaf_redhat - Published: 2025-02-11 21:20 - Updated: 2026-08-15 02:29A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x | — |
An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le | — |
Workaround
|
A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security (RHACS). The updated image includes security fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "This release of RHACS includes fixes for the following security vulnerabilities:\n\n* npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript (CVE-2024-11831)\n\n* go-git: Argument injection via the URL field (CVE-2025-21613)\n\n* go-git: Go-git clients vulnerable to DoS via maliciously crafted Git server replies (CVE-2025-21614)\n\n* golang.org/x/crypto: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1334",
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "ROX-27932",
"url": "https://issues.redhat.com/browse/ROX-27932"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1334.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.5 enhancement and security update",
"tracking": {
"current_release_date": "2026-08-15T02:29:03+00:00",
"generator": {
"date": "2026-08-15T02:29:03+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1334",
"initial_release_date": "2025-02-11T21:20:30+00:00",
"revision_history": [
{
"date": "2025-02-11T21:20:30+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-11T21:20:30+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:03+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.5 for RHEL 8",
"product": {
"name": "RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.5::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.5.6-3"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.5.6-1"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.5.6-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.5.6-1"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64 as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x as a component of RHACS 4.5 for RHEL 8",
"product_id": "8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x",
"relates_to_product_reference": "8Base-RHACS-4.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11831",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-16T16:43:32.021000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2312579"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript",
"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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x"
],
"known_not_affected": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11831"
},
{
"category": "external",
"summary": "RHBZ#2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e",
"url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/pull/173",
"url": "https://github.com/yahoo/serialize-javascript/pull/173"
}
],
"release_date": "2024-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T21:20:30+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T21:20:30+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T21:20:30+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-21613",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2025-01-06T17:00:41.244449+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335888"
}
],
"notes": [
{
"category": "description",
"text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: argument injection via the URL field",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an argument injection has been discovered in go-git, where an attackers can manipulate git-upload-pack flags, potentially enabling command or code execution leads to an exposure of sensitive data or other unintended actions, this vulnerability occurs exclusively in configurations using the file transport protocol.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
],
"known_not_affected": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "RHBZ#2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3368",
"url": "https://pkg.go.dev/vuln/GO-2025-3368"
}
],
"release_date": "2025-01-06T16:13:10.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T21:20:30+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
},
{
"category": "workaround",
"details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: argument injection via the URL field"
},
{
"cve": "CVE-2025-21614",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-06T17:01:36.743039+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335901"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies",
"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": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
],
"known_not_affected": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21614"
},
{
"category": "external",
"summary": "RHBZ#2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3367",
"url": "https://pkg.go.dev/vuln/GO-2025-3367"
}
],
"release_date": "2025-01-06T16:20:16.140000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-11T21:20:30+00:00",
"details": "If you are using an earlier version of RHACS 4.5, you are advised to upgrade to this patch release 4.5.6.",
"product_ids": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1334"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:0ae5e45fe68d907fdfc1fdc9d4b040074acb8bc36cf979fe192451d48787707b_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:3e77d381ec1ef080140b8f4d71e3dd078096abd9409a8dfc9ea2b8f38cc66d2b_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-central-db-rhel8@sha256:d42f1ed5f7e32313c51f59b5e10d2bafba6c51c3f47a53cec92b3bfeefca9e3c_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:13d2f304f1a54b5809649c3118177a310368490ed45af13b385b1bf648a11216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:4eb90f3bb36a84d01e963bddb088c1f29777ba14e3317c4007b2d373c24bc6b5_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-rhel8@sha256:7f6314e00a332f7369908d6f64fed35ce21854ea7cb4e7f492da28fd4feb5256_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:0f2e0de230f704fd915e43aecfa5bb49bbba5ee814b32d606980403f21999dd6_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:2f831bbdc78a748b9be5b92857ba4f66fd357436520c04fe279f6dc1c6139216_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:f667a0644465523f295d7feae6f2e264e127e0e98cadd192519b8be9c4974b37_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:19a9d111b5fb8fc6a01149c56bc4c131dfd418e2ca42f889078e9d015e1ef28b_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:87639cf63f9a0aa09ea8aed99fe8625922e61bd3cae5bbd959e68a825072788c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-main-rhel8@sha256:a98ebdd3991efc207c83306020a4146da2bdc5678eb10efc52113093eb831915_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:0af77978ee01c000b343197ae45812e3579f521d9a7301d7ae9eb25fb0357145_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:56772b736bb1aec1b10d38d4c2b18bcde17b450b55f8c260ac38b23bd6c85b5c_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-operator-bundle@sha256:68e30d15136c47a03a4736e4a8e569bf50593162996b04c76de89d9b541e4f52_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:257f2893d8e4600744a688fdc49499e70242cb4f93b862755b12b29fe83d44db_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:4eda1ddfd36a0a06750640c26a124a9c203bd578d8431145be35be435e0848e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-rhel8-operator@sha256:c617fc54457d6fcbe4d2d93ae575ef714f2ba03b82a557adac71a6408a9a33c7_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:9fa462358a39923f6306b016314cbe923dffa46e27b2b53a5a77934f416c840d_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f4f22880b6ea0e5b97dd19c311ec00bf650e670373e14aaa29690481503e2fda_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f77d20eb21bb79808805804465d5e5cdf1f390aa8029a9bad597a0813ff0bf0d_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2e4d3444239d131b8e50e60ba8cef0ad270750a99958c246d3c9e1a446e710e3_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:36c603b86b770d2ff35a98665471e6441f51ea56ffb819c6ac3d530e86d1f6c9_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7a5735d8ea892ad522179d10d6c4701798baf1bdbc6ed4b4f555ef2a30738670_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:86e6f9339c16c873473c304220e2628593fe85c68ee9d8f7e68bda3db8106a9d_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:ad3bfe5d8946806355611ca93d5c7b4cb48e55d21f13131c43690452687f1d41_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:cb822f22db66571f9cbff1e0f26cb317946f43191da21e2723d8d56663278d80_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:1bf7195f2709e56a3961e58aaf3199b7f696d6f973f98fc91c76153923e72cde_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:aae8aa35d456489ab247e1143e61bce73d20a4eee5337345ac2957b1dd9d2a61_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-rhel8@sha256:da2af83d28dd25c8b2255d299155308c5d03aa2ff507695297090bbef8db2b1f_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:68b336dc6aad04c2003762b310df258750d125e7e3d09743fbb3fb9570d885e7_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d96c936f85a4d733c37f7da7b5dcde27bcad7a154abca48c3ee8f9b7baecc319_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:ee19b41a12ead98be6d8bdedee09e50f9da66057f7de6f6bc0f11021d49a61d9_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:9abbd37870679b1ece3da858f3bc9f107a43203ff43a4aafcb088d3e3803e678_s390x",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:b922026dc0b8dc7247ab27ffd8215bf2e958db753355871158ef4e0d5d2df33f_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:de629de8581767a407bfe73eaafd17fedf353a09e8c0f0a18d81605098704af2_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c153ef8bc0473cb3f5f6498c14609c8bddfc5c0fed33442144c79f5d42be190e_amd64",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:cbb1e220e27abb38b72ed2dcb8832fd183d26a069df72ab56b57523d8076ae40_ppc64le",
"8Base-RHACS-4.5:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:dc546d7821c65e970d5b5f05fccb98eb220a0328ec5a3c806096113397798ad4_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies"
}
]
}
RHSA-2025:1448
Vulnerability from csaf_redhat - Published: 2025-02-13 15:51 - Updated: 2026-08-15 02:29A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
Workaround
|
A flaw was found in the Werkzueg web application library. Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.max_form_memory_size setting and trigger a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
Workaround
|
A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 | — |
Workaround
|
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 OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 | — | ||
| Unresolved product id: Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_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": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.17.0 provides these changes:",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1448",
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-49767",
"url": "https://access.redhat.com/security/cve/CVE-2024-49767"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-21538",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-52798",
"url": "https://access.redhat.com/security/cve/CVE-2024-52798"
},
{
"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/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1448.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.17.0 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-08-15T02:29:05+00:00",
"generator": {
"date": "2026-08-15T02:29:05+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1448",
"initial_release_date": "2025-02-13T15:51:37+00:00",
"revision_history": [
{
"date": "2025-02-13T15:51:37+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:05+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.17",
"product": {
"name": "Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.17::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3Afc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739194355"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3Ae19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103483"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Ad78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3A5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206295"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3A913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739196512"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3A0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739203102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3Aba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3A849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206288"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3A85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3A83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3Ab94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739206285"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3Af9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739211132"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Ac2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102645"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3Af581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3A713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3A78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102748"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3Ad846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739204714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3A58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102856"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3A58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739203102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739218399"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739218005"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3A3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3Acdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739103162"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=v2.17.0-1739102747"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64 as a component of Red Hat OpenShift AI 2.17",
"product_id": "Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-21538",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-11-08T13:44:29.182678+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2324550"
}
],
"notes": [
{
"category": "description",
"text": "A Regular Expression Denial of Service (ReDoS) vulnerability was found in the cross-spawn package for Node.js. Due to improper input sanitization, an attacker can increase CPU usage and crash the program with a large, specially crafted string.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cross-spawn: regular expression denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-21538"
},
{
"category": "external",
"summary": "RHBZ#2324550",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2324550"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-21538",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-21538"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21538"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/5ff3a07d9add449021d806e45c4168203aa833ff"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f",
"url": "https://github.com/moxystudio/node-cross-spawn/commit/640d391fde65388548601d95abedccc12943374f"
},
{
"category": "external",
"summary": "https://github.com/moxystudio/node-cross-spawn/pull/160",
"url": "https://github.com/moxystudio/node-cross-spawn/pull/160"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230",
"url": "https://security.snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230"
}
],
"release_date": "2024-11-08T05:00:04.695000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "cross-spawn: regular expression denial of service"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2024-45339",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-01-28T02:00:48.029971+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2342463"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glog, a logging library. This vulnerability allows an unprivileged attacker to overwrite sensitive files via a symbolic link planted in a widely writable directory, exploiting the log file path predictability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45339"
},
{
"category": "external",
"summary": "RHBZ#2342463",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2342463"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45339",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45339"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45339"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74",
"url": "https://github.com/golang/glog/pull/74"
},
{
"category": "external",
"summary": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2",
"url": "https://github.com/golang/glog/pull/74/commits/b8741656e406e66d6992bc2c9575e460ecaa0ec2"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs",
"url": "https://groups.google.com/g/golang-announce/c/H-Q4ouHWyKs"
},
{
"category": "external",
"summary": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File",
"url": "https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3372",
"url": "https://pkg.go.dev/vuln/GO-2025-3372"
}
],
"release_date": "2025-01-28T01:03:24.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/golang/glog: Vulnerability when creating log files in github.com/golang/glog"
},
{
"cve": "CVE-2024-49767",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-10-25T20:00:37.993073+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2321829"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Werkzueg web application library. Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request.max_form_memory_size setting and trigger a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "werkzeug: python-werkzeug: Werkzeug possible resource exhaustion when parsing file data in forms",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-49767"
},
{
"category": "external",
"summary": "RHBZ#2321829",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2321829"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-49767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49767"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-49767",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-49767"
},
{
"category": "external",
"summary": "https://github.com/pallets/quart/commit/5e78c4169b8eb66b91ead3e62d44721b9e1644ee",
"url": "https://github.com/pallets/quart/commit/5e78c4169b8eb66b91ead3e62d44721b9e1644ee"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b",
"url": "https://github.com/pallets/werkzeug/commit/50cfeebcb0727e18cc52ffbeb125f4a66551179b"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/releases/tag/3.0.6",
"url": "https://github.com/pallets/werkzeug/releases/tag/3.0.6"
},
{
"category": "external",
"summary": "https://github.com/pallets/werkzeug/security/advisories/GHSA-q34m-jh98-gwm2",
"url": "https://github.com/pallets/werkzeug/security/advisories/GHSA-q34m-jh98-gwm2"
}
],
"release_date": "2024-10-25T19:41:35.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
},
{
"category": "workaround",
"details": "The Request.max_content_length setting and resource limits provided by deployment software and platforms are available to limit the resources used during a request. This vulnerability does not affect those settings. All three types of limits should be considered and set appropriately when deploying an application.",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "werkzeug: python-werkzeug: Werkzeug possible resource exhaustion when parsing file data in forms"
},
{
"cve": "CVE-2024-52798",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2024-12-05T23:00:59.020167+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2330689"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in path-to-regexp. A path-to-regexp turns path strings into regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability exists because of an incomplete fix for CVE-2024-45296.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-52798"
},
{
"category": "external",
"summary": "RHBZ#2330689",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330689"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-52798",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52798"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52798"
},
{
"category": "external",
"summary": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4",
"url": "https://github.com/pillarjs/path-to-regexp/commit/f01c26a013b1889f0c217c643964513acf17f6a4"
},
{
"category": "external",
"summary": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w",
"url": "https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-rhx6-c78j-4q9w"
}
],
"release_date": "2024-12-05T22:45:42.774000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
},
{
"category": "workaround",
"details": "Avoid using two parameters within a single path segment when the separator is not, for example, /:a-:b. Alternatively, you can define the regex used for both parameters and ensure they do not overlap to allow backtracking.",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "path-to-regexp: path-to-regexp Unpatched `path-to-regexp` ReDoS in 0.1.x"
},
{
"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 OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"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 OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
},
"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": "2025-02-13T15:51:37+00:00",
"details": "For Red Hat OpenShift AI 2.17.0 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1448"
}
],
"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 OpenShift AI 2.17:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:fc6d4c739d6e71fd613aa5ba0821035f0a8e783ea94a411abb82b26a5d79406d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:e19276083d932dad46be57674cadf2757a4eeb5d1e2cc2b4ae650e0c8d2c1b02_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:d78353c90bfbdf943547d5f6e3f547ab02f47836ca2cbf3f101977685bf3e34c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:5895e8a111dcd34e6cfec5ce9f84430164b4f6ee43daf8029d0c3b7eeffdd25c_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:913162d37998b5f5503ea9a6acdd32a03fe1588658ed481027c381feaa298542_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:0b105c6231945f7907424520f53df8ae5cfec9e4dd8fe8894928851e06729917_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:ba1d528589d4ea5288cdb424a84caf2e2ac394105f3343d8cbff299e2f1fb012_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:849977d802846fceb0b642c28db3611a88163b6025de36695205d81162935497_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:85b991f09d439ca1e1df6b490097f587a76a2aaf94cb98f360e513f0d153483a_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:8c3b9c8d8303f45766dea82194cf0d886eeb74bf9055c5aae06c8e78f8d28b04_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:83c2d8f4f66835bd22cfd29f4ae9b57bfacf16393b5080fbbe3057cab90dfdda_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:b94552aa082251c6c7b85d49cd3444a12149b8825473619517fa3edbd1748195_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:5979ff12a1b4b96b307ffc601388c195a5ce49bf53c85b7a9e7da20f6266ff8d_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:f9a98109664adec37649f616f63e86605df2feb6fb9178b37ddeba59f6460930_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:c2995df85c0023ebc43e9dc30a258323353387450af99295fd67b57fb8afc36b_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:f581ada86bbf09e794c9ae100197a7dda618ca1efc344281839801609123902f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:47653dc36a82d1b00f10d03df92aa836be8111c381cdb9caabd3a68829f6d683_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:713025cc0357b2052bec976eb74f2e0ec14c1ea4426c1f1eb78a6331973db7a7_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:58fc4ea5fcabd64c061a4f30259b354ffbcbb8c16ffc442f47404ddd49ffd3c9_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:78e18816a15b2d744a76710523a574f483606646d5e661b58a1d8562dc85526f_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:d846107b3580c8ec623bf7cb131236990d20df91ee5c4b2c53474d18e0e112a1_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:58516cc6ece1c6bfb6c426006b2820333c8be181f7e16471b24f52cb024df6b3_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-operator-bundle@sha256:8894db3352d2c8e666bbd0b93ae36474f6d2dcf1e59c24328de8a95667a45bb0_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:73330b67b6b104e67468463f2de1b029530793fc2df550c70851e6a3575e6307_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:3e6c0ff6036b1feedfae2ddbc287e8dee1ee7f8e69ca7e0b911f77c929c50e53_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:cdf0176ce6a2425ed485e188ae25c83b1accbceed515c426c6101a014b43d837_amd64",
"Red Hat OpenShift AI 2.17:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:9f5c7f682c534d3d07daceaef8c49c7d03d489f160b0adccdb296c5b9f67b748_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nanoid: nanoid mishandles non-integer values"
}
]
}
RHSA-2025:1451
Vulnerability from csaf_redhat - Published: 2025-02-19 23:10 - Updated: 2026-08-15 02:29A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64 | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — | ||
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64 | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x | — | ||
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64 | — |
A vulnerability was found in the Linux kernel's USB Video Class driver. A buffer for video frame data is allocated, which does not account for all of the frame formats contained in a video stream, leading to an out-of-bounds write when a stream includes frames with an undefined format. An attacker who is able to influence the format of video streams captured by a system's USB video device could exploit this flaw to alter system memory and potentially escalate their privileges or execute arbitrary code.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: 9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_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 OpenShift Container Platform release 4.14.48 is now available with updates to packages and images that fix several bugs and add enhancements.\n\nThis release includes a security update for Red Hat OpenShift Container Platform 4.14.\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.14.48. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2025:1453\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.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\n\nSecurity Fix(es):\n\n* rsync: Info Leak via Uninitialized Stack Contents (CVE-2024-12085)\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may\ncause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in\ngolang.org/x/net/html (CVE-2024-45338)\n* kernel: media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in\nuvc_parse_format (CVE-2024-53104)\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.\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1451",
"url": "https://access.redhat.com/errata/RHSA-2025:1451"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2329817",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329817"
},
{
"category": "external",
"summary": "2330539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "OCPBUGS-48801",
"url": "https://issues.redhat.com/browse/OCPBUGS-48801"
},
{
"category": "external",
"summary": "OCPBUGS-48841",
"url": "https://issues.redhat.com/browse/OCPBUGS-48841"
},
{
"category": "external",
"summary": "OCPBUGS-49405",
"url": "https://issues.redhat.com/browse/OCPBUGS-49405"
},
{
"category": "external",
"summary": "OCPBUGS-49890",
"url": "https://issues.redhat.com/browse/OCPBUGS-49890"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1451.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.14.48 security update",
"tracking": {
"current_release_date": "2026-08-15T02:29:07+00:00",
"generator": {
"date": "2026-08-15T02:29:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1451",
"initial_release_date": "2025-02-19T23:10:54+00:00",
"revision_history": [
{
"date": "2025-02-19T23:10:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-19T23:10:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:07+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el8"
}
}
},
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.14",
"product": {
"name": "Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.14::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Enterprise"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202502111935.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202502111935.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.ga85f313.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202502111935.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202502111935.p0.g8ad9fcd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202502111935.p0.g41b2932.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"product_id": "openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202502111935.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"product": {
"name": "openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"product_id": "openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202502111935.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202502111935.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"product_id": "openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202502111935.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202502111935.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202502111935.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"product": {
"name": "openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"product_id": "openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202502111935.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202502111305.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202502111935.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202502111935.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"product_id": "openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202502111935.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202502111935.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"product_id": "openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202502111935.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"product_id": "openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202502111935.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202502111935.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"product_id": "openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202502111935.p0.gecbcf80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"product": {
"name": "openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"product_id": "openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"product": {
"name": "openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"product_id": "openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202502111305.p0.ge25fc44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"product": {
"name": "openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"product_id": "openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202502111935.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"product": {
"name": "openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"product_id": "openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"product_id": "openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202502111935.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202502111305.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202502111935.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"product": {
"name": "openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"product_id": "openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202502111935.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"product_id": "openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202502111935.p0.gf03c240.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"product": {
"name": "openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"product_id": "openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202502111935.p0.g2c640ec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202502111935.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"product_id": "openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g4ddf184.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.g4106eb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202502111305.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g7afde04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gd9800e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gd9800e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.ga737d1c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g68e8824.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202502111935.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"product_id": "openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202502111935.p0.g17f8369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202502111935.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202502111935.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202502111935.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202502111935.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202502111935.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202502111935.p0.g0ea96c9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202502111935.p0.ga552128.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202502111935.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g1fe5769.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202502111935.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202502111935.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202502111935.p0.g6655b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202502111935.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202502111935.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202502111935.p0.gaf498ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202502111305.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcc2b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"product_id": "openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"product": {
"name": "openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"product_id": "openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202502111935.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"product_id": "openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202502111935.p0.g6541ad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202502111935.p0.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202502111935.p0.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202502111935.p0.ga676e6b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"product_id": "openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202502111935.p0.gcaedf7e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202502111935.p0.gd3a4a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202502111935.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g7a6bc35.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"product": {
"name": "openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"product_id": "openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202502111935.p0.gef9a23c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202502111935.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"product_id": "openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202502111935.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202502111935.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.g433fd32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g6e86dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202502111935.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"product_id": "openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202502111935.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202502111935.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"product_id": "openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"product_id": "openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202502111935.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"product": {
"name": "openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"product_id": "openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917?arch=arm64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202502111935.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202502111935.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202502111935.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.ga85f313.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202502111935.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"product_id": "openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202502111935.p0.g8ad9fcd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"product_id": "openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202502111935.p0.g41b2932.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"product_id": "openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202502111935.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"product": {
"name": "openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"product_id": "openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202502111935.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product_id": "openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202502111935.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"product_id": "openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202502111935.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202502111935.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202502111935.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"product": {
"name": "openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"product_id": "openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202502111935.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202502111935.p0.gda6823b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"product": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"product_id": "openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.ge839a4e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"product": {
"name": "openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"product_id": "openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-rhel9\u0026tag=v4.14.0-202502111305.p0.g87eb83f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"product": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"product_id": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9\u0026tag=v4.14.0-202502111935.p0.g7b56c30.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"product": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"product_id": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9\u0026tag=v4.14.0-202502111935.p0.g1b194fd.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"product_id": "openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202502111935.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"product_id": "openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202502111935.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"product_id": "openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202502111935.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"product": {
"name": "openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"product_id": "openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202502111935.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202502111935.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"product": {
"name": "openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"product_id": "openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202502111935.p0.gecbcf80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"product": {
"name": "openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"product_id": "openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"product": {
"name": "openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"product_id": "openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202502111305.p0.ge25fc44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"product": {
"name": "openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"product_id": "openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202502111935.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"product": {
"name": "openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"product_id": "openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"product_id": "openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202502111935.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202502111305.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202502111935.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"product": {
"name": "openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"product_id": "openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202502111935.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"product": {
"name": "openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"product_id": "openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202502111935.p0.gf03c240.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"product": {
"name": "openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"product_id": "openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202502111935.p0.g2c640ec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202502111935.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"product": {
"name": "openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"product_id": "openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g4ddf184.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.g4106eb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202502111305.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"product_id": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g8ba0b37.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"product": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"product_id": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-cloud-csi-driver-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g3dc363d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"product": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"product_id": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g8853e6e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"product": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"product_id": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g27f105d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"product": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"product_id": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g9a7820e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"product": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"product_id": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g7afde04.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g4622dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"product": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"product_id": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g609879c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"product": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"product_id": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g2c864ca.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"product_id": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gd9800e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"product": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"product_id": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gd9800e1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"product": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"product_id": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g8c2203f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g6d3558a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"product": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"product_id": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9189357.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.ga737d1c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"product": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"product_id": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g4469d80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g68e8824.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202502111935.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"product_id": "openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202502111935.p0.g17f8369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202502111935.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202502111935.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202502111935.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202502111935.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"product_id": "openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202502111935.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202502111935.p0.g0ea96c9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202502111935.p0.ga552128.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202502111935.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g1fe5769.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202502111935.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202502111935.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202502111935.p0.g6655b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202502111935.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"product_id": "openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202502111935.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202502111935.p0.gaf498ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product_id": "openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"product_id": "openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202502111305.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcc2b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gea2bc15.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g620220e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"product": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"product_id": "openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-image-customization-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g2a6627b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"product_id": "openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"product": {
"name": "openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"product_id": "openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202502111935.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"product_id": "openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202502111935.p0.g6541ad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"product_id": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel8\u0026tag=v4.14.0-202502111935.p0.ge292817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"product_id": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel8\u0026tag=v4.14.0-202502111935.p0.gd526284.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202502111935.p0.ga676e6b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"product_id": "openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202502111935.p0.gcaedf7e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202502111935.p0.gd3a4a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"product_id": "openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202502111935.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g7a6bc35.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"product": {
"name": "openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"product_id": "openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202502111935.p0.gef9a23c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202502111935.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"product_id": "openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"product_id": "openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"product": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"product_id": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g8930f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"product": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"product_id": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g8acc076.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202502111935.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202502111935.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.g433fd32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g6e86dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g55b16c1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202502111935.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"product_id": "openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202502111935.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"product_id": "openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202502111935.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"product_id": "openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g0181d4f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g0181d4f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product_id": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d5105f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"product": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"product_id": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gefaed5c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"product": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"product_id": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.gb5346ad.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"product": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"product_id": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel8\u0026tag=v4.14.0-202502111935.p0.ga9c0842.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"product_id": "openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"product_id": "openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202502111935.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"product": {
"name": "openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"product_id": "openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202502111935.p0.g1f72681.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"product": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"product_id": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel8\u0026tag=v4.14.0-202502111935.p0.g0181d4f.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202502111935.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202502111935.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.ga85f313.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202502111935.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"product_id": "openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202502111935.p0.g8ad9fcd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"product_id": "openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202502111935.p0.g41b2932.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"product_id": "openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202502111935.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"product": {
"name": "openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"product_id": "openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202502111935.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"product_id": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-manila-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd93a218.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"product_id": "openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1dd453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202502111935.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"product_id": "openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202502111935.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202502111935.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202502111935.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"product": {
"name": "openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"product_id": "openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202502111935.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"product_id": "openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202502111935.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"product_id": "openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202502111935.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"product_id": "openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"product": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"product_id": "openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kuryr-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g8926a29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"product_id": "openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202502111935.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"product": {
"name": "openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"product_id": "openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202502111935.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202502111935.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"product": {
"name": "openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"product_id": "openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202502111935.p0.gecbcf80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"product": {
"name": "openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"product_id": "openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"product": {
"name": "openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"product_id": "openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202502111305.p0.ge25fc44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"product": {
"name": "openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"product_id": "openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202502111935.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"product": {
"name": "openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"product_id": "openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"product_id": "openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202502111935.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202502111305.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202502111935.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"product": {
"name": "openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"product_id": "openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202502111935.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"product": {
"name": "openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"product_id": "openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202502111935.p0.gf03c240.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"product": {
"name": "openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"product_id": "openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202502111935.p0.g2c640ec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202502111935.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"product": {
"name": "openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"product_id": "openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g4ddf184.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.g4106eb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202502111305.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g68e8824.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202502111935.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"product_id": "openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202502111935.p0.g17f8369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202502111935.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202502111935.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202502111935.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202502111935.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"product_id": "openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202502111935.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202502111935.p0.g0ea96c9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202502111935.p0.ga552128.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202502111935.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g1fe5769.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202502111935.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202502111935.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202502111935.p0.g6655b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202502111935.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"product_id": "openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202502111935.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202502111935.p0.gaf498ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product_id": "openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"product_id": "openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202502111305.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"product_id": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g09e96a9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"product": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"product_id": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.gd99fb31.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g8a626fe.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"product": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"product_id": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g95d55a0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcc2b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"product_id": "openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"product": {
"name": "openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"product_id": "openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202502111935.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"product_id": "openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202502111935.p0.g6541ad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"product": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"product_id": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel8\u0026tag=v4.14.0-202502111935.p0.ga676e6b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"product_id": "openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202502111935.p0.gcaedf7e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"product": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"product_id": "openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-machine-os-images-rhel8\u0026tag=v4.14.0-202502111935.p0.gd3a4a6c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"product_id": "openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202502111935.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g7a6bc35.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"product": {
"name": "openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"product_id": "openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202502111935.p0.gef9a23c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202502111935.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"product_id": "openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"product_id": "openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202502111935.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202502111935.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.g433fd32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g6e86dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g988f710.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"product": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"product_id": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g7436369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"product": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"product_id": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g19cf1d3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"product": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"product_id": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g55b16c1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202502111935.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"product_id": "openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202502111935.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"product_id": "openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202502111935.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"product_id": "openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"product_id": "openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"product_id": "openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202502111935.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"product": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"product_id": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0?arch=ppc64le\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202502111902-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"product": {
"name": "openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"product_id": "openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202502111935.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"product_id": "openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler\u0026tag=v4.14.0-202502111935.p0.gd030dba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"product": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"product_id": "openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-machine-controllers\u0026tag=v4.14.0-202502111935.p0.gc7b46ef.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"product": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"product_id": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-etcd-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.ga85f313.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"product": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"product_id": "openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-monitoring-operator\u0026tag=v4.14.0-202502111935.p0.ge095038.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"product": {
"name": "openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"product_id": "openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-network-operator\u0026tag=v4.14.0-202502111935.p0.g8ad9fcd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product_id": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator\u0026tag=v4.14.0-202502111305.p0.g5511c8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"product": {
"name": "openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"product_id": "openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-version-operator\u0026tag=v4.14.0-202502111935.p0.g41b2932.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"product": {
"name": "openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"product_id": "openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-configmap-reloader\u0026tag=v4.14.0-202502111935.p0.g716a0c3.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"product": {
"name": "openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"product_id": "openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-coredns\u0026tag=v4.14.0-202502111935.p0.gfdd6037.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product_id": "openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product_id": "openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-attacher-rhel8\u0026tag=v4.14.0-202502111935.p0.g06e8ce0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product_id": "openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel8\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product": {
"name": "openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product_id": "openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-livenessprobe\u0026tag=v4.14.0-202502111935.p0.ga9bcbde.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product_id": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcaa7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product_id": "openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel8\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product": {
"name": "openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product_id": "openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-provisioner\u0026tag=v4.14.0-202502111935.p0.ge18ed7f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"product": {
"name": "openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"product_id": "openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/driver-toolkit-rhel9\u0026tag=v4.14.0-202502111935.p0.gcafed17.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"product": {
"name": "openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"product_id": "openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-proxy\u0026tag=v4.14.0-202502111935.p0.ga4a2f27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"product": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"product_id": "openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-alertmanager\u0026tag=v4.14.0-202502111935.p0.ge372516.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"product": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"product_id": "openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-node-exporter\u0026tag=v4.14.0-202502111935.p0.g5ee0a9d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"product": {
"name": "openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"product_id": "openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus\u0026tag=v4.14.0-202502111935.p0.g3aff0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"product_id": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-node-label-updater-rhel8\u0026tag=v4.14.0-202502111935.p0.gda6823b.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"product": {
"name": "openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"product_id": "openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-proxy\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"product": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"product_id": "openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-rbac-proxy\u0026tag=v4.14.0-202502111935.p0.gb8b8259.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"product": {
"name": "openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"product_id": "openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-state-metrics\u0026tag=v4.14.0-202502111935.p0.gdb0c549.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"product": {
"name": "openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"product_id": "openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-marketplace\u0026tag=v4.14.0-202502111935.p0.g363eb42.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"product": {
"name": "openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"product_id": "openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-cni\u0026tag=v4.14.0-202502111935.p0.g8e48cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"product": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"product_id": "openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g35f4739.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"product": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"product_id": "openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/oc-mirror-plugin-rhel8\u0026tag=v4.14.0-202502111935.p0.g056043d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"product": {
"name": "openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"product_id": "openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-builder\u0026tag=v4.14.0-202502111935.p0.gecbcf80.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"product": {
"name": "openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"product_id": "openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"product": {
"name": "openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"product_id": "openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console\u0026tag=v4.14.0-202502111305.p0.ge25fc44.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"product": {
"name": "openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"product_id": "openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-console-operator\u0026tag=v4.14.0-202502111935.p0.ge5d3f29.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"product": {
"name": "openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"product_id": "openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-deployer\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"product": {
"name": "openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"product_id": "openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-haproxy-router\u0026tag=v4.14.0-202502111935.p0.gc3a2430.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"product": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"product_id": "openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hyperkube-rhel9\u0026tag=v4.14.0-202502111305.p0.g03a907c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"product": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"product_id": "openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-keepalived-ipfailover\u0026tag=v4.14.0-202502111935.p0.g03e5f40.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"product": {
"name": "openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"product_id": "openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-pod\u0026tag=v4.14.0-202502111935.p0.g03a907c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"product": {
"name": "openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"product_id": "openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-docker-registry\u0026tag=v4.14.0-202502111935.p0.gf03c240.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"product": {
"name": "openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"product_id": "openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tests\u0026tag=v4.14.0-202502111935.p0.g2c640ec.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"product": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"product_id": "openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel8\u0026tag=v4.14.0-202502111935.p0.gdff4b0f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"product": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"product_id": "openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-lifecycle-manager\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"product": {
"name": "openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"product_id": "openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-operator-registry\u0026tag=v4.14.0-202502111935.p0.g15d5584.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"product": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"product_id": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel8\u0026tag=v4.14.0-202502111935.p0.g4ddf184.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"product": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"product_id": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"product": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"product_id": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9\u0026tag=v4.14.0-202502111305.p0.g4106eb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"product": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"product_id": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g09baac8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"product": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"product_id": "openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9\u0026tag=v4.14.0-202502111305.p0.gb3fa10c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"product": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"product_id": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf56c606.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"product": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"product_id": "openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-installer-rhel8\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"product": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"product_id": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g68e8824.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"product": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"product_id": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel8\u0026tag=v4.14.0-202502111935.p0.g0ba9e55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"product": {
"name": "openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"product_id": "openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cli-artifacts\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"product": {
"name": "openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"product_id": "openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cloud-credential-operator\u0026tag=v4.14.0-202502111935.p0.g17f8369.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"product": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"product_id": "openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/cloud-network-config-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g1bd0464.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"product": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"product_id": "openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-api-rhel8\u0026tag=v4.14.0-202502111935.p0.gae83c55.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"product": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"product_id": "openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-authentication-operator\u0026tag=v4.14.0-202502111935.p0.g9203d4d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"product": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"product_id": "openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-autoscaler-operator\u0026tag=v4.14.0-202502111935.p0.g32854ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"product": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"product_id": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gaffcfb5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"product": {
"name": "openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"product_id": "openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-bootstrap\u0026tag=v4.14.0-202502111935.p0.g93fba13.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product_id": "openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product_id": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-capi-operator-container-rhel8\u0026tag=v4.14.0-202502111935.p0.g60cc3e6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"product": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"product_id": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.ga0b9c0d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"product": {
"name": "openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"product_id": "openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-config-operator\u0026tag=v4.14.0-202502111935.p0.g2378670.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"product": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"product_id": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g783d9dd.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"product": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"product_id": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gd4a1162.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"product": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"product_id": "openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-dns-operator\u0026tag=v4.14.0-202502111935.p0.g0ea96c9.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"product": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"product_id": "openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-image-registry-operator\u0026tag=v4.14.0-202502111935.p0.ga552128.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"product": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"product_id": "openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-ingress-operator\u0026tag=v4.14.0-202502111935.p0.ge302d85.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"product_id": "openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g1fe5769.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"product_id": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gb287d08.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"product_id": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g4e05963.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"product_id": "openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-scheduler-operator\u0026tag=v4.14.0-202502111935.p0.g33f630d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"product": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"product_id": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g9cd9922.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"product": {
"name": "openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"product_id": "openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-machine-approver\u0026tag=v4.14.0-202502111935.p0.g38a758d.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"product": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"product_id": "openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-olm-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g0dbbb61.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"product_id": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-operator\u0026tag=v4.14.0-202502111935.p0.g700dc11.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"product": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"product_id": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-operator\u0026tag=v4.14.0-202502111935.p0.g09d6209.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g2fa33aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"product": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"product_id": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-platform-operators-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g08fb27e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"product": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"product_id": "openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.g219f6f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"product": {
"name": "openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"product_id": "openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-samples-operator\u0026tag=v4.14.0-202502111935.p0.g6655b9c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"product": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"product_id": "openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-storage-operator\u0026tag=v4.14.0-202502111935.p0.g6c652a5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"product": {
"name": "openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"product_id": "openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-cluster-update-keys\u0026tag=v4.14.0-202502111935.p0.g1a7a6e2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"product": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"product_id": "openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-container-networking-plugins-rhel8\u0026tag=v4.14.0-202502111935.p0.gaf498ba.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.gc273cd5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"product": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"product_id": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.g9232c1f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product_id": "openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer-rhel8\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product": {
"name": "openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product_id": "openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-resizer\u0026tag=v4.14.0-202502111935.p0.g59a701a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product_id": "openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-external-snapshotter\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product_id": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"product": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"product_id": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga683453.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"product": {
"name": "openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"product_id": "openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/egress-router-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g96f2f54.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"product": {
"name": "openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"product_id": "openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-etcd-rhel9\u0026tag=v4.14.0-202502111305.p0.g5ed5044.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"product": {
"name": "openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"product_id": "openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-hypershift-rhel8\u0026tag=v4.14.0-202502111935.p0.g9dcc2b0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"product_id": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g027ce1a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"product": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"product_id": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.gf39488c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"product": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"product_id": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.ga63c6aa.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gea2bc15.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"product": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"product_id": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8\u0026tag=v4.14.0-202502111935.p0.g620220e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"product": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"product_id": "openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-insights-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.gacc99f5.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"product": {
"name": "openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"product_id": "openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer-artifacts\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"product": {
"name": "openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"product_id": "openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-installer\u0026tag=v4.14.0-202502111935.p0.gd58eede.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"product": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"product_id": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel8\u0026tag=v4.14.0-202502111935.p0.g8558e14.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"product": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"product_id": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g7d96f56.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"product": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"product_id": "openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/kubevirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g48fafc4.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"product": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"product_id": "openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-libvirt-machine-controllers\u0026tag=v4.14.0-202502111935.p0.g34dfccb.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"product": {
"name": "openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"product_id": "openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-api-operator\u0026tag=v4.14.0-202502111935.p0.g6541ad8.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"product": {
"name": "openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"product_id": "openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-machine-config-operator\u0026tag=v4.14.0-202502111935.p0.gcaedf7e.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"product": {
"name": "openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"product_id": "openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-admission-controller\u0026tag=v4.14.0-202502111935.p0.g68db19a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"product": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"product_id": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel8\u0026tag=v4.14.0-202502111935.p0.gf670647.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"product": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"product_id": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g5965fed.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"product": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"product_id": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g7a6bc35.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"product": {
"name": "openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"product_id": "openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-must-gather\u0026tag=v4.14.0-202502111935.p0.gef9a23c.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"product": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"product_id": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel8\u0026tag=v4.14.0-202502111935.p0.g29f61f6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"product": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"product_id": "openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel8\u0026tag=v4.14.0-202502111935.p0.gd8a8c94.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"product": {
"name": "openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"product_id": "openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/network-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.ge79d817.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"product": {
"name": "openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"product_id": "openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-sdn-rhel8\u0026tag=v4.14.0-202502111935.p0.g210a0d1.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"product": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"product_id": "openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-oauth-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.ge1cd9d0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"product": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"product_id": "openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-catalogd-rhel8\u0026tag=v4.14.0-202502111935.p0.ga333cb0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"product": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"product_id": "openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-operator-controller-rhel8\u0026tag=v4.14.0-202502111935.p0.gfb6fb27.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"product": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"product_id": "openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-olm-rukpak-rhel8\u0026tag=v4.14.0-202502111935.p0.gc9409c6.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"product": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"product_id": "openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-apiserver-rhel8\u0026tag=v4.14.0-202502111935.p0.g433fd32.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"product": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"product_id": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g6e86dee.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"product": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"product_id": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel8-operator\u0026tag=v4.14.0-202502111935.p0.g1713e97.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"product": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"product_id": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g697083a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel8\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product_id": "openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ovirt-csi-driver-rhel7\u0026tag=v4.14.0-202502111935.p0.gf21b470.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"product": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"product_id": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovirt-machine-controllers-rhel8\u0026tag=v4.14.0-202502111935.p0.g5d70863.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product_id": "openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"product": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"product_id": "openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-k8s-prometheus-adapter\u0026tag=v4.14.0-202502111935.p0.g801a912.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"product": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"product_id": "openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/openshift-route-controller-manager-rhel8\u0026tag=v4.14.0-202502111935.p0.g1a5e72f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"product": {
"name": "openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"product_id": "openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-service-ca-operator\u0026tag=v4.14.0-202502111935.p0.g3c3f82f.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"product": {
"name": "openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"product_id": "openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-thanos-rhel8\u0026tag=v4.14.0-202502111935.p0.ga267125.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"product": {
"name": "openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"product_id": "openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-tools-rhel8\u0026tag=v4.14.0-202502111935.p0.g44b3ac2.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"product": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"product_id": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9\u0026tag=v4.14.0-202502111305.p0.gf5eceb4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"product": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"product_id": "openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-config-reloader\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"product_id": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel8\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"product": {
"name": "openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"product_id": "openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prometheus-operator\u0026tag=v4.14.0-202502111935.p0.ga4b845a.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"product": {
"name": "openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"product_id": "openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-prom-label-proxy\u0026tag=v4.14.0-202502111935.p0.gaf40ed0.assembly.stream.el8"
}
}
},
{
"category": "product_version",
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"product": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"product_id": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0?arch=s390x\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202502111902-0"
}
}
},
{
"category": "product_version",
"name": "openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"product": {
"name": "openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"product_id": "openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29?arch=s390x\u0026repository_url=registry.redhat.io/openshift4/ose-telemeter\u0026tag=v4.14.0-202502111935.p0.g1f72681.assembly.stream.el8"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"product": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"product_id": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0?arch=aarch64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202502111902-0"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64",
"product": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64",
"product_id": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64",
"product_identification_helper": {
"purl": "pkg:oci/rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0?arch=x86_64\u0026repository_url=registry.redhat.io/rhcos\u0026tag=414.92.202502111902-0"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le"
},
"product_reference": "openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le"
},
"product_reference": "openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le"
},
"product_reference": "openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64"
},
"product_reference": "openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x"
},
"product_reference": "openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le"
},
"product_reference": "openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64"
},
"product_reference": "openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64"
},
"product_reference": "openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64"
},
"product_reference": "openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64"
},
"product_reference": "openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64"
},
"product_reference": "openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64"
},
"product_reference": "openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64"
},
"product_reference": "openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64"
},
"product_reference": "openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64"
},
"product_reference": "openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64"
},
"product_reference": "openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64"
},
"product_reference": "openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64"
},
"product_reference": "openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64"
},
"product_reference": "openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64"
},
"product_reference": "openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x"
},
"product_reference": "openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64"
},
"product_reference": "openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64"
},
"product_reference": "openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x"
},
"product_reference": "openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x"
},
"product_reference": "openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64"
},
"product_reference": "openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le"
},
"product_reference": "openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64"
},
"product_reference": "openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64"
},
"product_reference": "openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le"
},
"product_reference": "openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le"
},
"product_reference": "openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64"
},
"product_reference": "openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64"
},
"product_reference": "openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le"
},
"product_reference": "openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le"
},
"product_reference": "openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x"
},
"product_reference": "openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64"
},
"product_reference": "openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64"
},
"product_reference": "openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64"
},
"product_reference": "openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le"
},
"product_reference": "openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64"
},
"product_reference": "openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64"
},
"product_reference": "openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64"
},
"product_reference": "openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64"
},
"product_reference": "openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x"
},
"product_reference": "openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64"
},
"product_reference": "openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x"
},
"product_reference": "openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x"
},
"product_reference": "openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le"
},
"product_reference": "openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le"
},
"product_reference": "openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64"
},
"product_reference": "openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x"
},
"product_reference": "openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64"
},
"product_reference": "openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64"
},
"product_reference": "openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64"
},
"product_reference": "openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x"
},
"product_reference": "openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64"
},
"product_reference": "openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64"
},
"product_reference": "openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le"
},
"product_reference": "openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x"
},
"product_reference": "openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64"
},
"product_reference": "openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64"
},
"product_reference": "openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le"
},
"product_reference": "openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x"
},
"product_reference": "openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64"
},
"product_reference": "openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x"
},
"product_reference": "openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le"
},
"product_reference": "openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64"
},
"product_reference": "openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64"
},
"product_reference": "openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64"
},
"product_reference": "openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le"
},
"product_reference": "openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x"
},
"product_reference": "openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64"
},
"product_reference": "openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x"
},
"product_reference": "openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64"
},
"product_reference": "openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le"
},
"product_reference": "openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x"
},
"product_reference": "openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le"
},
"product_reference": "openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le"
},
"product_reference": "openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64"
},
"product_reference": "openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x"
},
"product_reference": "openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64"
},
"product_reference": "openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le"
},
"product_reference": "openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x"
},
"product_reference": "openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64"
},
"product_reference": "openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le"
},
"product_reference": "openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x"
},
"product_reference": "openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64"
},
"product_reference": "openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64"
},
"product_reference": "openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64"
},
"product_reference": "openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le"
},
"product_reference": "openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64"
},
"product_reference": "openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x"
},
"product_reference": "openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x"
},
"product_reference": "openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x"
},
"product_reference": "openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x"
},
"product_reference": "openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64"
},
"product_reference": "openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x"
},
"product_reference": "openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le"
},
"product_reference": "openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le"
},
"product_reference": "openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64"
},
"product_reference": "openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64"
},
"product_reference": "openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x"
},
"product_reference": "openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x"
},
"product_reference": "openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64"
},
"product_reference": "openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64"
},
"product_reference": "openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64"
},
"product_reference": "openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x"
},
"product_reference": "openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64"
},
"product_reference": "openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le"
},
"product_reference": "openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64"
},
"product_reference": "openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le"
},
"product_reference": "openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x"
},
"product_reference": "openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64"
},
"product_reference": "openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64"
},
"product_reference": "openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64"
},
"product_reference": "openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le"
},
"product_reference": "openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x"
},
"product_reference": "openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64"
},
"product_reference": "openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le"
},
"product_reference": "openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64"
},
"product_reference": "openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64"
},
"product_reference": "openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le"
},
"product_reference": "openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64"
},
"product_reference": "openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64"
},
"product_reference": "openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le"
},
"product_reference": "openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x"
},
"product_reference": "openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64"
},
"product_reference": "openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64"
},
"product_reference": "openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64"
},
"product_reference": "openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64"
},
"product_reference": "openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le"
},
"product_reference": "openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64"
},
"product_reference": "openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x"
},
"product_reference": "openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x"
},
"product_reference": "openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64"
},
"product_reference": "openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x"
},
"product_reference": "openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64"
},
"product_reference": "openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64"
},
"product_reference": "openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64"
},
"product_reference": "openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64"
},
"product_reference": "openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x"
},
"product_reference": "openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64"
},
"product_reference": "openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le"
},
"product_reference": "openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64"
},
"product_reference": "openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le"
},
"product_reference": "openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x"
},
"product_reference": "openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x"
},
"product_reference": "openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64"
},
"product_reference": "openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x"
},
"product_reference": "openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64"
},
"product_reference": "openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le"
},
"product_reference": "openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le"
},
"product_reference": "openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le"
},
"product_reference": "openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64"
},
"product_reference": "openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le"
},
"product_reference": "openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64"
},
"product_reference": "openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64"
},
"product_reference": "openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x"
},
"product_reference": "openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64"
},
"product_reference": "openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64"
},
"product_reference": "openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64"
},
"product_reference": "openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le"
},
"product_reference": "openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x"
},
"product_reference": "openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64"
},
"product_reference": "openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64"
},
"product_reference": "openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x"
},
"product_reference": "openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64"
},
"product_reference": "openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le"
},
"product_reference": "openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64"
},
"product_reference": "openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64"
},
"product_reference": "openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64"
},
"product_reference": "openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x"
},
"product_reference": "openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le"
},
"product_reference": "openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le"
},
"product_reference": "openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64"
},
"product_reference": "openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64"
},
"product_reference": "openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64"
},
"product_reference": "openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64"
},
"product_reference": "openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64"
},
"product_reference": "openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64"
},
"product_reference": "openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le"
},
"product_reference": "openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"relates_to_product_reference": "8Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le"
},
"product_reference": "openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64"
},
"product_reference": "openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64"
},
"product_reference": "openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64"
},
"product_reference": "openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x"
},
"product_reference": "openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64"
},
"product_reference": "openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64"
},
"product_reference": "openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64"
},
"product_reference": "openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64"
},
"product_reference": "openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
},
"product_reference": "openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64"
},
"product_reference": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le"
},
"product_reference": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x"
},
"product_reference": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"relates_to_product_reference": "9Base-RHOSE-4.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64 as a component of Red Hat OpenShift Container Platform 4.14",
"product_id": "9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
},
"product_reference": "rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64",
"relates_to_product_reference": "9Base-RHOSE-4.14"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Pedro Gallegos",
"Simon Scannell",
"Jasiel Spelman"
],
"organization": "Google"
}
],
"cve": "CVE-2024-12085",
"cwe": {
"id": "CWE-908",
"name": "Use of Uninitialized Resource"
},
"discovery_date": "2024-12-05T12:06:36.594000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2330539"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in rsync which could be triggered when rsync compares file checksums. This flaw allows an attacker to manipulate the checksum length (s2length) to cause a comparison between a checksum and uninitialized memory and leak one byte of uninitialized stack data at a time.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rsync: Info Leak via Uninitialized Stack Contents",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as having Important impact as it helps bypass Address Space Layout Randomization (ASLR). ASLR is a memory protection system which makes the exploitation of memory corruption vulnerabilities more difficult.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-12085"
},
{
"category": "external",
"summary": "RHBZ#2330539",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2330539"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-12085",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12085"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12085"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/952657",
"url": "https://kb.cert.org/vuls/id/952657"
}
],
"release_date": "2025-01-14T15:06:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-19T23:10:54+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\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:fb135efb431ce01079dfaab6c1384b5c299311b74271fa37e5f0068fb9383282\n\n (For s390x architecture)\n The image digest is sha256:955bbd931ce22c4e0cc844da73047a909174b16e4500589a3d78709580f3073f\n\n (For ppc64le architecture)\n The image digest is sha256:e44aeb0568bfe7c4d1e6f256f331c517031bf2e7049110a37c8a68a9fb48537d\n\n (For aarch64 architecture)\n The image digest is sha256:076dc5c6a7fe62973abeceb85787df8cf9a29b37f5e83befdc257c7e4e1184ae\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1451"
},
{
"category": "workaround",
"details": "Seeing as this vulnerability relies on information leakage coming from the presence of data in the uninitialized memory of the `sum2` buffer, a potential mitigation involves compiling rsync with the `-ftrivial-auto-var-init=zero` option set. This mitigates the issue because it initializes the `sum2` variable\u0027s memory with zeroes to prevent uninitialized memory disclosure.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"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": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rsync: Info Leak via Uninitialized Stack Contents"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-19T23:10:54+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\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:fb135efb431ce01079dfaab6c1384b5c299311b74271fa37e5f0068fb9383282\n\n (For s390x architecture)\n The image digest is sha256:955bbd931ce22c4e0cc844da73047a909174b16e4500589a3d78709580f3073f\n\n (For ppc64le architecture)\n The image digest is sha256:e44aeb0568bfe7c4d1e6f256f331c517031bf2e7049110a37c8a68a9fb48537d\n\n (For aarch64 architecture)\n The image digest is sha256:076dc5c6a7fe62973abeceb85787df8cf9a29b37f5e83befdc257c7e4e1184ae\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1451"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-19T23:10:54+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\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:fb135efb431ce01079dfaab6c1384b5c299311b74271fa37e5f0068fb9383282\n\n (For s390x architecture)\n The image digest is sha256:955bbd931ce22c4e0cc844da73047a909174b16e4500589a3d78709580f3073f\n\n (For ppc64le architecture)\n The image digest is sha256:e44aeb0568bfe7c4d1e6f256f331c517031bf2e7049110a37c8a68a9fb48537d\n\n (For aarch64 architecture)\n The image digest is sha256:076dc5c6a7fe62973abeceb85787df8cf9a29b37f5e83befdc257c7e4e1184ae\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1451"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2024-53104",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2024-12-02T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2329817"
}
],
"notes": [
{
"category": "description",
"text": "A vulnerability was found in the Linux kernel\u0027s USB Video Class driver. A buffer for video frame data is allocated, which does not account for all of the frame formats contained in a video stream, leading to an out-of-bounds write when a stream includes frames with an undefined format. An attacker who is able to influence the format of video streams captured by a system\u0027s USB video device could exploit this flaw to alter system memory and potentially escalate their privileges or execute arbitrary code.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "kernel: media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability exists in functionality used by the USB Video Class driver to decode the format of video frames. This driver is used for USB devices which capture streaming video, such as webcams. A function which reads streaming video frame metadata does not correctly account for frames in an unknown format, which might cause a buffer allocated for frame data to be undersized.\nAn attacker must be able to control the frame data captured by a UVC device. This might be accomplished by creating a physical or virtual device with that purpose in mind. An attacker could also modify an existing USB device toward this end.\nBecause an attacker has some control over what data is written out of bounds, but not strict control over where in the kernel\u0027s memory space that data is written, we assess that the impact to confidentiality of this flaw is Low. This vulnerability could be used to escalate privileges if combined with other flaws or other means to predict the kernel\u0027s memory layout. By itself, this vulnerability can have negative impacts on both system availability and integrity, as an attacker can overwrite other kernel data structures.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
],
"known_not_affected": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-53104"
},
{
"category": "external",
"summary": "RHBZ#2329817",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2329817"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-53104",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53104"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-53104",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-53104"
},
{
"category": "external",
"summary": "https://access.redhat.com/articles/7107058",
"url": "https://access.redhat.com/articles/7107058"
},
{
"category": "external",
"summary": "https://lore.kernel.org/linux-cve-announce/2024120232-CVE-2024-53104-d781@gregkh/T",
"url": "https://lore.kernel.org/linux-cve-announce/2024120232-CVE-2024-53104-d781@gregkh/T"
},
{
"category": "external",
"summary": "https://securitylab.amnesty.org/latest/2025/02/cellebrite-zero-day-exploit-used-to-target-phone-of-serbian-student-activist/",
"url": "https://securitylab.amnesty.org/latest/2025/02/cellebrite-zero-day-exploit-used-to-target-phone-of-serbian-student-activist/"
},
{
"category": "external",
"summary": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog",
"url": "https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
}
],
"release_date": "2024-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-19T23:10:54+00:00",
"details": "For OpenShift Container Platform 4.14 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\n https://docs.openshift.com/container-platform/4.14/release_notes/ocp-4-14-release-notes.html\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:fb135efb431ce01079dfaab6c1384b5c299311b74271fa37e5f0068fb9383282\n\n (For s390x architecture)\n The image digest is sha256:955bbd931ce22c4e0cc844da73047a909174b16e4500589a3d78709580f3073f\n\n (For ppc64le architecture)\n The image digest is sha256:e44aeb0568bfe7c4d1e6f256f331c517031bf2e7049110a37c8a68a9fb48537d\n\n (For aarch64 architecture)\n The image digest is sha256:076dc5c6a7fe62973abeceb85787df8cf9a29b37f5e83befdc257c7e4e1184ae\n\nAll OpenShift Container Platform 4.14 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.openshift.com/container-platform/4.14/updating/updating_a_cluster/updating-cluster-cli.html",
"product_ids": [
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1451"
},
{
"category": "workaround",
"details": "This flaw can be mitigated by preventing the `uvcvideo` module from loading. See \"How do I prevent a kernel module from loading automatically?\"[1] for more information. Note that disabling this module will prevent UVC devices such as webcams or video capture devices from functioning properly.\n\nPreventing the `uvcvideo` module from loading is also an effective mitigation for OpenShift environments. Different methods of applying that mitigation are available, depending on the vulnerable cluster\u0027s configuration. See \"USB CVE-2024-53104 Mitigation for OpenShift\" [2] for more details. That document also details alternative mitigations available through the use of compliance profiles and USBGuard.\n\n1: https://access.redhat.com/solutions/41278\n2: https://access.redhat.com/articles/7107058",
"product_ids": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:481b577cf73108741d9f96f533dc20edfa38528a58638b2ffb43b8958aeb489a_amd64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:5913fe5a3e81ec3e3958fb55293dfff1cb457905ed76f6f59c8dda32987885e2_s390x",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:65aa83df2b9710e9167ec44e907e2148b71eaf8169d214b25b6f67b4387c8f82_arm64",
"8Base-RHOSE-4.14:openshift4/cloud-network-config-controller-rhel8@sha256:ee1cb8dd5896a3178b62a251f7bbb1165cb4973d5c1cb3b6d44e582a6633513f_ppc64le",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:7f16b95d3b99aae4059d7ee514a7db1b4709530dc9d6490022838bc5b5d896af_s390x",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:ab270d1087ade9f001731748875fcc908375eb645eb5a5e9c4d0b7acd7e697ca_arm64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:b45da08ab95526ae4fa7fc00cc8e8cf855598cd73e720f306c0be873a0045c64_amd64",
"8Base-RHOSE-4.14:openshift4/egress-router-cni-rhel8@sha256:c1454927640801a946ee623365aa3d9fbc53a9dc7e67e55ad7755a6fcd615014_ppc64le",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:65c7eacbac717299821eaf8bef6508e424f5342f928cdaa3907f5bbe0e791e54_arm64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:98815713766aaa7b2892c16a575a29d610118d0b10ea54fc02bd7552a6b93057_s390x",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:c497753d4027ca3f980226a48ec8a717e9c27d18cb287e82c9660dca893712fc_amd64",
"8Base-RHOSE-4.14:openshift4/kubevirt-csi-driver-rhel8@sha256:ca11183e40804a3aaa217df4fd134334cd04ac28de68baa5573a1a7fb7466a6f_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:0a8e1606c8166760df9752fffe53967fc172ab4092031166124187f189fc88a8_amd64",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:4325069a9eacf03284a008102c8d4c0b62d33c25cb67bf0eb8b871f3f3474e84_ppc64le",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:67e37c1ccad9a83c7060f9b0cd502b7937f28f4dc9a3dbdbc26dc85941ecc8e2_s390x",
"8Base-RHOSE-4.14:openshift4/network-tools-rhel8@sha256:da465b1670cd6ccd6921dd14fe8fa053e60b28729fd9849bdf35530d6a7f6f45_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:05ced28fef5d9587c1ec1fcbec853796c836589f71bb58a138c9587ccd743a5a_ppc64le",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:1eccc4eb3c6e353219250d76a7b3e6c723879983308293addde1acd996b03981_amd64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:3d4b32b5b1dcecad0d18c5a4e3ed9da1729f20478f6cdafcfa7cbaa224c162c4_arm64",
"8Base-RHOSE-4.14:openshift4/oc-mirror-plugin-rhel8@sha256:c27f695c0f1c8a92cb135fa0e2aab4c1b267e244ee5039728dfea3f4431cc279_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:5135b2d4194fe26eb1f646b1a5cf8fc4f0f58f452ba5344fc7cb3b14b06cf04a_arm64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:6e4e792e3ce4d3bbef330b8f1778b4af41c07ebe6ac5a25927c848ec3ee24d53_s390x",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:aa6fa3da9619710c746b14f05803fd59d7275a2d88e901eb2dc8cb7996595e0f_amd64",
"8Base-RHOSE-4.14:openshift4/openshift-route-controller-manager-rhel8@sha256:b8e6291d48ff79b72493c51f85f74a2cd5623840d0ffc8986ffaa7b1e8c5a450_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:24c9efdc10e857464b0a563c55ed24f0e6e328455b796bb3ad9d9fc0aef0d427_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6eff4509bd985c23f5d2e2678d2eda6cb0b9b57806a476363153345f43ea55eb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:6faa9e6b999f7e96b10c39afc1f66d7635c400b2290f22f444bdd70646a0cc4b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-api-server-rhel8@sha256:9d638fb9eceb9a9212b896514fcf1b140133e0385560e86b2950346a2e99feb8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:0c877eb44239e17711a6ff1aa00bb7b1fee59a93ca42b4de246c8d9e821373c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:2773cb53d1f9e911ec25be5c81c55b73410f67de089d782d19dcedfcacd688ab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:5e171649e8b56ad671331b9df801737f81ed9874209da414755f37a2928809f3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-csr-approver-rhel8@sha256:b3f7c3ef984beae6cd34f35c105f44f48270a6fbfce4582677ceac2e77ea618f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:0bfbe2ebb3cff103efe58d693c7bbc62c17e87dba5f82061c224a67098d2e4bc_s390x",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:5aabca38f3c4d77440655533dd0fea9037cd820be27e958dc3ca12aa8538ffdf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:63bc50f37e3008482e08e9891ce105579119cb3e171db238537a36be0ae73097_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-agent-installer-orchestrator-rhel8@sha256:a6607042799f0b6ae68f66456c1c953cfadca39565cee46267b9f9fe09070597_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-controller-manager-rhel8@sha256:b957acecf2e46bd5a6e025f2dd0f377781b68c719d234ee596ce3c33a9e8c340_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-cloud-csi-driver-container-rhel8@sha256:8eb21704cb6eab0b00621db0362980c018fa512c4bfc69c7e9c979561461e1f6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-disk-csi-driver-operator-container-rhel8@sha256:6ec0f89bee0465deea6951d707b734b30ced8ef20b335208bb15b79efd396a37_amd64",
"8Base-RHOSE-4.14:openshift4/ose-alibaba-machine-controllers-rhel8@sha256:7268c46ff53da5f2033eda76f45f0852c689d94f4c9b356a7bf05e10100cde90_amd64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:62c9708a2915187400699b1bb8345901ad56abd45474ebff0bda2b5cb9cdf4aa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:6cdf5fd587249c6cae5d155a159df1ab2358c7fbe38f7602e381c8bd506ec182_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:b18cafb4584103fa6b652fd9d18b7e06c35eede65fcf682c3e0cac4d803a136f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-apiserver-network-proxy-rhel8@sha256:ca3efda702ebe730b0a4a074fcb55e75f23c4cbcd30e5e199f1526547d0b34eb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:08cf5d7ca8e9d6d65bb322fdcec03742cfc1ca3a807c5f5f588880de5e0da73d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cloud-controller-manager-rhel8@sha256:27a6f7135f4c764f6262d855379cf2ee5fd4388ace96fe99736c9258023bead8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:2b43ecc4c7a1ea1f51f87778f827388efb217edfdd49debb8430bbafcdd5af75_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-cluster-api-controllers-rhel8@sha256:6ccf610064a35bbfb8bc32bd5db8c84cb705c8232cde8fb928159d0b2cae912d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:151fa331d3953d0093c3ffbd54ae186ffc7f9b54b8858792bbf0878b1fbf7b78_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8-operator@sha256:3a0a875365c482660b6f59123d7ece81d74115514a3d0812bc47e76783fe2ca3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:466aa80f4b25c6fec8d5ec15064af09a27f02e9991cdc2123d8b22e6cc08b47e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-ebs-csi-driver-rhel8@sha256:cf070c8ca5576f11b5df3c1917d4a2bad8ede60753b185d80e9d184476cfc812_arm64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:76fa2d3f06e6008a46e42062b08d25924a1a40bf8091f3b8513520d4aea63f8f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-aws-pod-identity-webhook-rhel8@sha256:d4d9a0eb6393fb93d30661460c317b68638c59f02c2cecd36fc93993401e1264_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:052a351a380197e6e2e3c9e110ce5ffccefffd5b0d97ac041319083ec01dbf2a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-controller-manager-rhel8@sha256:ea3dd8db135929873b7cc29d64d7b0dcd38f8ce0d88225486c3bd1a72fa9ea90_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:b4328ef489210b81b01a498e625d125909f7b450fb9760235b79751c7b4d7b5f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cloud-node-manager-rhel8@sha256:ddfe0b7601274457f38283b26baf6abfd2caabbd3e173c4eb43a6245c76f42b5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:5d04820383aa0a25082df88f92eb8ce6c5cbdf9d8fe8f5e01f5e2fe78f5af839_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-cluster-api-controllers-rhel8@sha256:b9cdf50373023236ebec69452532d65e6b53be06cd3ea7414ff406c8034b50b2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:6310db47065b17c98c18e5f3c7be43961a18384ebf94aeec564aab7ee9ae92fe_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8-operator@sha256:7112fbf5d403c10f6321009861802dd50cee3b7d5491df7f1d5a210c4893898f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:04288b3b769573f62a21ff924ffc4dd1d6103cc07c5430f5bc79817284793f17_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-disk-csi-driver-rhel8@sha256:3bea43af65b732b0819c993060d82d689b9e2fa1aef103cf103d7560c59aa606_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:84e47c4c5060891c8b6e230d159f12298ddc86c851e3352b50d6bfeb6e55ffea_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-operator-rhel8@sha256:c39891b45d4f862d447e90eecbc1f02ce6ec63a3aeaa2b59fcf2b7b41084f8a4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:881a4bd79313cec12b10f4d1c7172843e2f04e61563889cc41b9ebf02741b01c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-azure-file-csi-driver-rhel8@sha256:a2a6089c391d1f131a6de614f7e7dd0b34f6410472edda29b8ed9c94311c6e9f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:5ed92cbc843def30a65b8dfcb879eae92dcd5ba9631e10b8809b5b8ecefbbf5c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:b65b72d719f2b9a1b387ab4093eb4bfb9b2ec55b89512edf6700346abe6b2a66_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:d3013e1335b9651b11bd69ccf631e51b2e2476e76d248a50e56f67062f16e6af_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-installer-rhel8@sha256:de793e2cc3524187f31700f86918177660dd773ac1953d9dd50bff1209291444_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:0fe7dd5f1ff473c608ea98e95cf3ba9086167895d41ddcbf67edaebec4c34112_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:44b33ddb3f133265d1c81152f5ebeafd5111c2b66b0aff7de6eed7875f1549bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:be424cc868135b280a694356148b49e76140a255cfb824158e5ecf10c391b635_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-machine-controllers@sha256:f669500a3aa83f3fc6427ecc6cd4b75ac22284e7a585d0c5ed1aa1a37f9db304_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:89020c526090471c087b57ef7447158f2f3b1979b1961b810d9f83c96b32409d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:d46c0cf954e90c1da7ebf4e28addd9d88e6d8ddf52b73e7d161aac83f157c7b9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:e6f090ad1b608e5448692ddeded3fa8718d904057ccc1e00a327d8ea601df1c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-rhel8-operator@sha256:f46d8276723a35c3a6aa66871ba6e2e583302b5a9dbdcc4b21dcfe00f7acd2c2_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:0e158013e5f47055607b03467e8ca4e014cf00b2fb98b85540a759868a648166_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:8822c886688b6c83073eb516b590556876c8e0673306b90ce18714a5034bf96f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:9fa9b5ca3b434c33ff9f4b556710d44a7602f237086e2d9759add7fc87f3abe1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-baremetal-runtimecfg-rhel8@sha256:d069765e098835ae1a98164c70425c17c3995c28873bf5e292889a100caf3ea5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:b18b7338d4251cb15f7e610c9b55d87609d8b93abe7feecf5670d3cceffbb9e6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:d07cc7a4ea04295bec57839456961223d46d1e02393f283775bb6ddcfe63c311_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:df21c91937fb01142b41e8a28369570dd458a4bd973a26195d34a3e441b06af9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli-artifacts@sha256:e096b8daf08fd18b10579eb47f83333f36bee777dd8443b03b01495a40ac1440_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:583ff2409721feb61fb4b8633115aab700c8b6c4ac9af20d6852b4982c136ea1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:698fd3776dd9b1079323156db065e4dafef16ce741327ec416a5ea106d88b746_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:aa4c9c10850e8f6bc849918d072b29c6f1ffa51e9363c0b0237a28b181168e4b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cli@sha256:da486fefc93924804e5f237d5d4b56daf3b15e4e74180ddf09671bbe5ebf6807_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:0147e182f4ecffae5c8164050ec28025eeac0d837d1bb10f76a8fc37f1b0fc2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:6ef03552737b0ee8baa87b8732ba09e556ea320e49dd3f444b114f59ddc1eb16_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:7d968f73d6eed71df01821c0f75249e5b3edd890bec65170575fdc913386e447_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cloud-credential-operator@sha256:9497d9fbde8f3fb4bd27b98faaf91feb63abbb11443605654451ad9098ece29f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:338635cedce613973f2326cd9e5c4ab690267c7ab720760bfcdc52597723ebed_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:476a88aa1e2d60bc67489a100b5d77a193582d97247a2170bcdb7f24ce53807a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:53ca2ad88e0947f3fbabce3186b814e8511c60e3cee122f8b8a1c00e70c88d5a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-api-rhel8@sha256:fc55803235ee9a1b3387d2c89a881f208041d1f2e951ba5879e50b15a741ed02_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:341b194fe05f6c72fc1f5632a9a1947f35de7fef16deb3b4689406669a9b8496_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bd601188f9da01469686415d7bd27e808ce177dd74cdd52dc0edade9c898895b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:bef52ef1f485889c8b97031c5ba575d473475eab1c6ff8cac8d06546d128edf0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-authentication-operator@sha256:e65c1572f2bfb0319b007cdaee3df612b525a6228cd5cd26d5efbcf4b819b997_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:0556691e3202288af20eab9bfeac4dcde6bf0988973cf5dbe6b6b61a7133ceff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:464aa34050c91443a361bf020073c4109abd9e061864c4d745341f67ba21e6ac_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:640893eabfe799055e3d59a0027d41680be72d53a67473d924910af748fb1161_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler-operator@sha256:8668cbe45f27d70a74ad7bdbcec52b364e8f541a7d32acd207d0dea439b2ad3c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:0999eb47a1792b09a62f78f5726685475f8254f0c0a868b9976f7f989619faa2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:a17c8259d6e30d87a8118614d4479145bbbe547a9e7a850702e8ffc662847138_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:bfef601120131e4107864fc9d8d6b641c3cdb66eea015d2b6ddd2f87531c703d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-autoscaler@sha256:c12a84194cbfd037a57bc929ee6345345a0f7f016b8b36b680592098c9c76fc4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:0edde8b9da32ff9367ae7eeb6af9555bd02e1a540f5303518746b99263ae70ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:a2485cb610d61261ee3f7cbfff687ffb9ee567276f6cc713259a67f43a4d5542_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:b80ae9422445e0c7db4634ee81ebe1a2134fb22561a778393d4dce361bf75337_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-baremetal-operator-rhel8@sha256:d46a0cf5cf8ac7f59d9492744945687273f12001349d6dde90aff18757b60163_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:2450adeb5d6f9e2beed2027a33574ed81c1e91e5861f45793d014e904e41b23f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:3a7c438647a2514512ce3e36d8b3543c006b04ccbc7edb59232acb0eddb8e660_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:4cabc42f822bbd7e920e536eeaf661524de36b282e6fc5f29d8800adc3cf1b71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-bootstrap@sha256:6a5442f6601be72fa98ff9f120e809f171ab6fb1726eb10ec070f36b4c69ac83_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-operator-container-rhel8@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:4100fe71bc679c139485554b47f771b0d0899b49a79fa5a859247b13743ff7bb_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:6cad1d365e93962aea21e10f7f58e491105e6ac668887f4f4f9240aca342c4f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:71d777ebe1c2a03387c470fb26f9f299a21182fdcee364bd4f19fdb51178bd47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-capi-rhel8-operator@sha256:b63d4f0e387a8e6c3942e6de824059a4fda2d3cfa2d7e80538ec83f5a5a22132_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:1b618eedd711b624dceb5b64ba40cfa1d6712150ada1e6ef20438de228df710e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:4874bdce5fea824e5c0c521245fcf206722c1eda47dd603833627bb9d39d0514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:68519d8b25eb754669a94ee5398c295ce3e81f561d1845f2d20e8298e2419940_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-cloud-controller-manager-operator-rhel8@sha256:aa65c2c1fc665f75ac70a8751fe1e1ec05be01dff938659d447e2a38ce197677_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:144eae0898adcb51c21488a75584ec4d715e5df3523cbf669958c9679098e723_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:1bb7b44a52693fd3a266d010929a8c6bcc0946362f54ab33566938be69bfa33e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:3f88f7648b808c9d5745adff2ac621a4ec85d0d8b01b2aba16002d880f12dbab_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-config-operator@sha256:42a2d7b923eae725c27de5df9926b56ee581ef4c29b4fd9c1a887094ad8aeb7d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:0269d769e51e6716717b3afe5e826629e6f1863040c1309db9c435b1559d4093_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:28671d695ea45850180b8afb85b5984b15bb0cebfe65e470ee7a6937364e7f38_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:8773742b0b2ec0cba7a28697793c746a335f1f632f3902de00acbcbf2edc7b75_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-control-plane-machine-set-operator-rhel8@sha256:e85cae168c3534c30698bbaa5c865ba2c840d8b0678ae64e4d4efbefd0bfc4d0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:62570d23b3a22c5c82c0fc32c523426bfbb51ae0d5284b1c35b6796e41505662_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:661f9a3f6ec22b5193bb18185fb70c7b59799aca57c6820273621bff634801e8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:8e2f1ca19b63e2dd15e886dfd74c2216a23a5de3f22c48ca59538a3db8d80e0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-csi-snapshot-controller-rhel8-operator@sha256:ade9a149eff6350780f25b608aa9915e0653169629b5025bae51bad8f0d42a8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:0ead66628b1ce086cc02193d38b3cb7af1b3c4af1c033e2b368a7aa7d03e88e1_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:51909da5367908af658d7c2a983f2fcb82f9b95bc6251409f804dac6364e2b52_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:56eedc654aaf2ba11a9a1510b2d8f031978338c61b8fdaadcecc3882fe1d8725_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-dns-operator@sha256:fe63e4824abe6f979d81e77d00937b05dbf8ef1e161bf49a638dbb8daf820352_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:59e918194b6e480402cbbc06aada245013c6e7fa4cf5b31d8e98f256854150b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:5e3823186aadf945a3ef0ca894712c885262dbaf7af774becfbf2bab5f02357c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:980969e3390e147f717fa45b01eda16d04c77ef82418eaa1b1904e3d9105410c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-etcd-rhel8-operator@sha256:a6388c3785be81bbecf257ea303ef881791d2cccf4b7bcd8f236a69b0ad7cc10_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:15894f514d554299abe59196e22725dad575aec2e3583a83e7986673289ed123_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:285d97592f1d72be08647757429664df69267e9093004637c8b9c5a2b45c63f4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:789df81598369fa5a5eb32b74e5c119e109d2f5e7614f739225ccb233089789c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-image-registry-operator@sha256:9fd513a5e4d23f98109d159d7b463de149f03a07e898ac2c5700faf8d7f52303_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:5b1ca51622569282f5f739218427b7da663465d630d237fe97a88e98d2e0f932_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:8f2489a23d83c167a15ae9fcd61bcb427291bf93000cfb169a2988673974be11_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:cf9c03566796e79c490ea9309740b631579647ea6c639a93ba7b0173295a508d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-ingress-operator@sha256:fb62cfc55f4093b27fd7c2cc35d5bb8908fcbb2313935d94fbb7149a8b9a701f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:408f6d37fafcf52dab6194a697c5e161b935a243db232e163fe273a14f3c71be_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:8d2c8ce958d627e383fb1572d68cd7126b529e3a9e19be9206e1f8d1cf555901_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:978c606e89b61072fec4232c559a7ba5646901ca6965c6f701883225f25b59cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-apiserver-operator@sha256:e5e0d7b870e0193be11a81a289018f0b88bc169283f46e175c233dbc34cae5d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:1ee307dec2d88f73e49efede4d9b7408e940df991c16dd322d80ac514d2380cd_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:71f25f6bdeefe3cc20f3a0a935d77195c7cac084187ff454747687d461ab5332_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:7d977de49f3d2a57ebedc3082e4e77c0d29194d41d4b3758e22900b48732daa7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-cluster-api-rhel8-operator@sha256:b53b8ffdb2d000b9ac864402d3a319f05430b0c7364e94a409fcb93d37d4d42c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:0c3a4cff16af44f78ee435c3101a1dcdd3b660a91251161df892774995bb7631_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:1fa8622d4c38df3e429c1f54ce300a98b3439eab2182be6dc8d39cc0429b7b4d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:2b4e571f1a15d613e754bf8f8e710df8577d1b39c42172f505727f65354771cc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-controller-manager-operator@sha256:6f4b3fec9d1c86959e6d16d0be9de836ebbe9a0551c7fc9ac76b0dab5d03a0c2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:438748365afdc772155bac0d243179711024747df15eb99ad59bdd62bb7228cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:90fdd0cb8ccde985073f2645352ccd6e4d822ed930d79f6bcc6c4a87999c57e0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:c671c34d07300284efd15ac257bdfd7e016ba9602414f38f9787ec3bfbcfe67c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-scheduler-operator@sha256:eff87375e4b2ef03ba7e01dc9802bc5df86e2abe6eb0cd4ad9ca5c3afc82a731_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:24f526739322688b0bea29f83515e39c09d3f95929ac484a2118e0a977169f8b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:349f3ed36cfbbdc9551cc269cfa33bba3c2972755eb40a0aa975b1cefb58daaf_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:5f1411bb6a9c5e68ec0ffa736203a60345fbf616b4d6574e6a32e4588288eb73_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-kube-storage-version-migrator-rhel8-operator@sha256:652ec23ba74ec1db82dc08ce9036c7d3dd2e904ec120e7b15649f1e8a36516fb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8194722cb9c097d6d5e876583774df19f3c28564c22aa141197fef4dda61b969_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8517e601e194da3850300e6a9959f4f94ad0dcf10d80291bdfcfadb798bdaa2f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:8994e1629aebc43ca3ad32d5c09f16aaa8213c4e37bf1cc828955a6e6ed37c5e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-machine-approver@sha256:f7be89d0e39ba00772c80068dfb947c13f03114e419dfd0aa2237df862aa1a07_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:7b988a79d7b683965018c65ec12745cc4b09b6ed6b7970878215e3d685f14edd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:a63e365a1fe4440d0087788834d47b0385d1b0ed53a1506d7fded2aceeac064b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:b52ccf7f8bebe0aa37c6db75b61f12e2d6d3f411400ddb034b89ede9e8ec6c1c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-monitoring-operator@sha256:bccfca1572e2e16d91871f3ccc5083883de8452d9eca27d0c9b79b9d33df109a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6005a0606f16bf47aa2ffef74c498fbf2c9b1044d8480bd514690c8517f4cc03_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:6e8403bd2be84ffd166af67bf61b80228523722d93a67257e72087aad72de071_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:9664b9678689b05c743cb69d0aaf8f360bfa980441b217d0f52fc564c6886ec3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-network-operator@sha256:db1f22c40954d590bf79903a3e1327106193c9c3ea2cbba5bc10a7b6b1629ec0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:154df4bbd2e4c0e0358c596e840f63d7777b1e997a67f8a95d457d8458b795d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:46868deddaecc1aac1eb6610a7ccaf1ed0c96369f6cacc1dd092693224696ad3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:72c3cec5edb20013d8e0fc463f89f83fa5e2f6b655280a0458497b8603e344e3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-olm-operator-rhel8@sha256:da15a9463e5dc3860939c40ad5833336546a1b9fa8cd561c1f066dc293978d63_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:0cf8537ecaaca576a6deb07f667ad94eeca0699bbf3498014cd440556b7b52ff_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd25cd3691b215562db3b147b2b629bfadd22bcfb8d4c04698a2f30e188e89b7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:fd8a7cbdcd8920236eaa959168cd0f5249ee00520a4d0424d685264ccfbb3539_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-apiserver-operator@sha256:ff62b86c6f96670933aac91481928e451c3e33a4c27b398077bafd623dedecab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:0fffe8a07928495c9eb09649d32612c049121a481f770c05c8135f003250a88d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:3538aa55f5baeb2d6654e2b6e9062b64640713ab631851b25bc6c032b09aee1f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:5e309a41f46b93aab240ab5a13c233705aa55c7053d176f3e54cc9d765bde735_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-openshift-controller-manager-operator@sha256:aa032c4134a47d2b361a155f74a237aa8db48b262f0f5ae2293c6f75b5e6cad2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:30ef89ef853b4b9de53bdf4e4d200e0acc16750cb6e20c7e46d835f10443d2f1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:419906a7242c24e82fe34666ed3c06c99138a31974847d2896123b8a027a0f9e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:86a0e18c314477b520cc70734ebbe49ec58c175bc485ec9d97cb9b8f694c550e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-platform-operators-manager-rhel8@sha256:df3b66fd133515271ffbbfe0333fabbd0cc444e71d6e665c32c8edfd443ec7ca_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:5e1175e38a84aad20ab233b82d1393b031e9728ed578d78c87937a0a072b3d65_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:a6b13f83c9584bffe157e4f2b973ecb10711b326f194e3334845b6d331c3eafb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:df0fc55e8323dee46d570530ca4fc81f1c3a09c092b5a1a102377fa9d439f0f7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-policy-controller-rhel8@sha256:ee9f2d207f642b5d0b5863c46d917d41f0c882929718704e729c411f136c6a16_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:50a89766c4de923a1f2f87e65f774e16ff52e1a22cf2dda1b2030b23598fba76_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:55ad0db044548af2cd93f5564af845e8d4a0dea036d53dca64a4e1305e2bfe9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:847c7244ff0a2802d63ab57bbe9e95016d58c11c0b349896047115125c5a91c6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-samples-operator@sha256:cc28d2ad3a26694b44e92a0ed234157ddce3d45297613ca75aab5896e434e4b3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8b2c6a943d621dca801f7550c2dc400a9a7bac2cf38a4a47095720bb3545a57f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:8fc37d467c0073b429d8472df74eb84409082277f8f908c9551e4406181e1a0f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:95df349869680b7c018624cf5691bb96cb616a6e9a918a5ed530a377993669d1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-storage-operator@sha256:cbf14a074cc07ddc51737235a2cd23dea2045063f9031ef168d0b07429fb139f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:58bc50d15a3e75bbf074c1716993b987cccd620f4adc8e6ee678d03feeb664e4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:abd422b05e221497af7cef4fb045fc003de855c8a065f08904ac75657e1bf8bf_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:ba9b7ab1c8e7ca9413f5c94b5aaa475a88d366af0d766f48570e729eca62e1f9_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-update-keys@sha256:f5adc83541da089ffb918758761139d818373cf3d7cfcd59e1e744e1a44b238d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:00682441a3abc9c629af3d643c1d84831f80503aedb1e0c198a651fb498fbf53_arm64",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:38e38ab3ef3fd6460fec44f307a805fa504e91e2c39f36bad1b4b6d0312d2d27_s390x",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:5f0fa8f996334a8bdab29668c6d56a7b4aae055bd9222eee6f864dcb502a34be_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-cluster-version-operator@sha256:910c43c950f8f445eb8c4bf659bba09a1c7cb627ee50fb010b12088b5efec0f7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:6443a55c8f7deede9f67d251c8f2a6efb08e8a915486a0a4b1035b6c2d2c5ca4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:a3ba7516f78e9cb907bca982c0ecfd3220b983f312bf0bcf28180356944ca438_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:cc8aa6827ab7dcd72420f48a61ee1d5a2017daea945e833e6646de1de8a1c8d6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-configmap-reloader@sha256:f261d4fa76e9530372105ddff94129170bbce296f3fbf87f8f6e093ea7b490b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:6f9ce1c9a86ebc0fd45b2ec226698366a20241c0a0998d78c46626d2b64b6a2c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:9547c51ee11120d58a8d26dd712d71137c4ba994d5d53fbee77d925eafac6b72_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:acee54766cd488f4f77a57e8cceb7d4f3b7ae3a6ddc14a1d20f55fec0e029d82_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console-operator@sha256:ffd0262da83ab42f28ce29e20a60a87295dcd7d7176e6cf5eb64a3c1cfb70903_s390x",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:2653183ca6f72e9334bd2c0383790029a8d27879c7c530d4ec0ac0d82ee111eb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:7e23ebe8eb6d3cf36b9dc4657d4036819c28a9dbf8c93988715a5113dbbcf534_amd64",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:92e0cf2d6129e50721a12cee4d54cb66e741cc91a15d72815aad093b1842d09e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-console@sha256:b2b6b1550358900426ef79cef751d8a037f90ba0e9118a427b263579c15d7d68_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:1076857aa262bd7080fd08dea3af55c4040d815e970f874b716cdd92d684a35e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:9da721f1d0a1cf665924d0f957a365291818f7060fd5b9678999af13a5099a86_s390x",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:d8f9d3a24846a61f42a9cea35931eed7db683406d201c6bf0b014ad71fd55c96_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-container-networking-plugins-rhel8@sha256:ecade2e7a2c8c78f83032e67709f1e2fb9b9813da93268aaddbb540388825b2f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:69d4dd19addfba517b1552b9a3061fa34ccc1ac41b8abf00871a83a5cf8658e0_s390x",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:75eff5c6ba118f8b5b9269bbf8bf6c96334195e683c5d0f92fca7dea732bce49_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:87413a6c2768da52995a66e4f08c1a40c7611bf487c3365bbb1d2ce9dc291900_arm64",
"8Base-RHOSE-4.14:openshift4/ose-coredns@sha256:cc98255ffe219eae8eb720c00d6e3eb91e13886a089971d3618e3dd9030d8514_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:1185cf85513b51ab32688408ec783376aebf60a6352e780814dae3d3f2e9707f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8-operator@sha256:9f19aebbe8bf42b582d4577e8d014f4611f49e9196041e803215c3f0d12f828e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:5cf42e1c959dd6307f833e371dc5ec3c43fb208200370d49435afd3f769d6dff_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-manila-rhel8@sha256:cefa1f798ab9022a4b8f3b471a0d0a8f90f49a237171407ffa0c3c26de12f4c5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:141e1f09b76ce06641a8022dc5af85a2297837be895bdf3a6e9800d62119dccf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-nfs-rhel8@sha256:92653a02cf54f8bc6ce592371276f310e20a24f51b9dd27eba5123b22e21a48f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:13f5d9ebffc94bd5c8416c9dd5bb5e7f4c348209261a7245cb10f18adda187a7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:2b85341487fa8be2928dad6c9b80d2fc60dc042bd5a491766bbd9fa7033e4946_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:6019617a8c7d7186f3aaec5f2753425f483592bd335fc1434946f13d35c69f85_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-operator-rhel8@sha256:8c9c3b8b651eac63a9958bef3b8ba339595b2f9df9642b0e65a59359ff9e94ac_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:2e8020401689efd608aa2f2b2e92e06a31aa9049009e97cc8a04a17ee17fba63_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:54376156708aaf410af9295f316df55fb62951f4a9a36b8848f62730d6950d56_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5b2287a63ea7c08d621eafc952935d876a0236b5128db46d19f3c40501902c79_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-rhel8@sha256:5d100b67aa33664755ecfaba678e819cd6ac4d9a679d097bbffa0855dcaedb76_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:537cb7a3e0c695ac14063c533eb9281ba66de4ad43bf34cd7b477bf5c083f9bb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:a93edf1e71fa6426fdf26b3e22c9c2c71c4d70f2f52bcf97b047f451cf35004b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:d74102067d4e68524d4eb015ac6c2c6553c67e5364ae9e078cf33c019abe87c7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-driver-shared-resource-webhook-rhel8@sha256:e6257f48312f08f02c9c73aed3933aa08969f5e90aeb987a037d0a344eeb483c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher-rhel8@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:7f41a564920fbdf81936eb44e50cf443e397f697dfe8e9e265fd21cb3415e7f1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:96225fbf5102cf8cddbb4ac650933f43d4a8c667d9034595a04cbe2bd56e7a1a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:9a8bc16d899197f71cbdd6bd01db51fcf8830ee1386c6e349f86848145b4ef9e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-attacher@sha256:badc64ecb6f5b64e403e92829c14170d7fd053d4c8e118ddba887d7f9d6ea34c_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner-rhel8@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:164057b5848213b2c7b70332863cf0c4990f7e6db0648ad6b8a091105d046caa_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:7559ad52328785478d88c6f372e3f6f1d5dc9ffca4f1f1115adfd94a76282d4c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:82f3dbc2ae503805778333e67b3bc43e14a32b8ef1de8b0e958114687bb1790a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-provisioner@sha256:d32d631e0aedf2ecc95de620b81d4752e6ee1a60f6582ce0e408e55b1e8deafa_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer-rhel8@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:193088b19d07016c5b1c74a6d5a533a8a9210514086b73f193bf823279317b9d_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:547b6f25f5e4ea5015162261462921279fd9bf929454b216b1449bba08339f7b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:6234451eb75ea77631632466fb1091b9d4632130e22d62b7d554f67e93393070_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-resizer@sha256:b5446f56c21287c20ec7f447b051c96bfc46ccc8cf2dfc1fca6c9c1e81fbf438_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter-rhel8@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:0397040422f605b466940fb632441b2d48e0e670d4cfeac84e6e99604186e591_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:485820c992f3ac343f1983d2332493c400f07b5df40f03fecb4cb113522760f4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:5fcba3e8d20b1b0d619fd6da80f35baa0c0706d814047127e6507aef1790e642_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-external-snapshotter@sha256:7c3d7eb62e430f3ccf74912c7ee48051b21ae4d656367098bf12f595fb99428e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe-rhel8@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:1be0d5fbe08005f51e64ab91a02e12dc930d0b434901be50fee4f42264ab35ad_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:880ac4de9a506ff8277a57eced5b3cfc35eb467baf0fce6978756f353f389fa6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:b5ce9175f13979f4baa58b6e186b6b20e5a398b3619f7e629a46e9e7927799c0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-livenessprobe@sha256:df4342ffbbdbc33b9befd756c9544754a8e1f8eb5e46b6a0c7a9d006fb2ffad7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar-rhel8@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:2a8eb43a8cfc13343e4486b6886c39a6f7abc7cb8ef625548368bd8190862de8_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:52e4647ca73fdefb7b4655cfae5d2beb0ca3b548a8db396ee63c6eedab1d636e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:8a7e5fb0b2e1d0ccb562ec487a8c5ca426987ab9162582c5b42e9235c8f09f42_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-node-driver-registrar@sha256:d4514a9cef835d95b588089ff1cdc303f4e758995238ce9ed32e3ffabb78ddce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller-rhel8@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:609cda0ec455926e0bc082a9076f78fab53d588a7245ddd6f801a9c9ada68448_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:732f9864b2222f538ca40be4405db70b216f536414908778f1ec74d4560fbd96_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:867c91ae7c23c1ba974c200f46aeb1a9aed4eb469af5b708a3013e8e756173d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-controller@sha256:dbafe731ea313b375147ed4399080fb474b952d45a3e1f7277f8a53b9ef85f02_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:5b43fe2d2e3080d496c09c06369b0a94fa9b9b114703c73a75621b35798a27b4_s390x",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:99f876aabd3b670423a65faf92de5850dab171599b73f0e7f38f72d7286e6afd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:ae8d42994cb29fafbebb46bac1bf2a0935c2b7e9174ce4edbf825f7c1f848e50_arm64",
"8Base-RHOSE-4.14:openshift4/ose-csi-snapshot-validation-webhook-rhel8@sha256:e4d97aaddb13fe8ab14e87fe761d39804289d3a2e8d0b8147dfe75c13eb3aa0a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:3b5cf4f3b3788a93121d7ea817cc71d0098b85b635ec2dc41e829c5484139169_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:7956dcda27416d5e6c8b491ff5110f037ca5d23b8b9ce48f061b94e7fe1d6433_arm64",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:81b1fba8e215e6771fb428c2808833de232be1103fc8a26f2df9bfbbfcb2b4cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-deployer@sha256:b079cfdf702a92a1e5775652640f062c687d285ec29377b4eaf2283732b154a0_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:5578cb6d3a49539839e895c0ff3af83b45be30573bcc501494b24ca5ec36d7fd_arm64",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:78a3bfbe5c8575bc41cbed41ac2f1b8ce0e5d8c7815a8563720489315eb69386_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:95a99ee2225b34d31bc00bd3ae43134944d43898f472db816fc40d8e843e669f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-builder@sha256:d430f6a4f188a16859f75c9b228d352cc48ac32b6a34330bf1244113c1919d7e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:0049379ed59c20d391936617ea63aca476d3b3a849fc96da02b9d1517887a240_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4353cffce1a15065cac7719b31110371c729d6dab597ae07738f01b44406a6b5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:4ab12f93385902aee0ea5d9bcd7f0b98f1c07e26fe209e095b7b9be1dda4e6cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-docker-registry@sha256:658edd725cbd07610c1517ea31bc6a312cfe1e214bde120ad2e242a0784e245a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:273eb6cc00d0426468bad0288ba03d217a011763fb93e436cae7587214832129_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:918ae693088390cd781b124bc1441d2c3243df7337fb340ba4189eef0264c175_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cloud-controller-manager-rhel8@sha256:bd9b53a03ad619e1957fe68c2406dcda314e44e4899f7bce3daafb7fca81fdd5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:5f194922ea4e9ebb6f158a3020b4945511602c1378106023f6bcf119b1994d7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:a17c2fa0a190c5c5b76ae94f1ca629e82c732a1afeb315b9e03f56752ac247f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-cluster-api-controllers-rhel8@sha256:c4ed835a6381ff0a9e5832de95ace6c15fef8b8d32b5f9e22c12d3a0449d483b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:3b54c3d8a83d6a5d203ddea78f9272454a6f78746ed46e01a31a40bdd4eb5716_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:9238b1c0dafb6ddeb0f584237616ea293156d2e1e0f0bc2e46186081034cb32c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-operator-rhel8@sha256:99de4fec3b24609b87f94fea70517ef037f0c8769c9fdf1fb9b1cd58a6006d4f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:74067be230f0d31abdf131fad8f4250badd8c0779a190469dd4c90d4501b9543_arm64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c8067a7dbc7fde1d49f56a6bd83a31c56edfcfdb84f03d0f3f3e70e05b7f05dd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-gcp-pd-csi-driver-rhel8@sha256:c85f961ea81b8b2a03d47cce7d6be7b0d8ef5c57c8e5344535dd915025e8345a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:5948a7e20dc51eef07418ac0c1c566718782b0c4c02f207819a36151dd1047cb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:b83580ded6cc734d2556bee53ef1d55da0c6253fb006f9cdad2b9ea9ff45a4ad_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:c28378b6a81faa41856672689bd58e2bfe2db02ab0763218ec5cfef7deebb94a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-haproxy-router@sha256:dfad8c4a7c1999affa13818e0c4f91bf6c81e94ca6f6daa0e2b0d8974eaab9a7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:5cb44fc0db2b84789aa96cdfdaa07f8d964a38c04b5d68cf1b83eda227e972a9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:7f293957b775e4fc54795a72da9cc5baa31a39baa25bf9574e029cd1fb239a84_amd64",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:bbaa0adf87039d4b9750f94f33e9154b1cd60280504d456fffffcf042ca656b3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-hypershift-rhel8@sha256:ee349bf53f635924131d898ea844be74b5e13a6b5ade8a1e8380fba513a33187_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:5f5b238ba641d16bf54a29753df894a17f6f7b5695bf6a04697797220e9458ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-cloud-controller-manager-rhel8@sha256:d4ca9e211bcb017fa2e53a924a83b78a112e5a79f53a639904c10181f1d332b2_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:6473bf508a097895e45a4bafd768753a75051195e5330a6d8a3540b3542c21cd_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-operator-rhel8@sha256:c300a9c164adf33aa4be65fe80a6fd03e20d149fde3afd8263d6a03ea43e22d7_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:54ef28795b702f49b3fe639e7808737b5140e8c56fd4351538a15ef8b44ffb47_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-block-csi-driver-rhel8@sha256:c5378dbc5dc5b5975b3cafd2467f2614d6d43394a1d31d72c80ec631d49c618c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:6c21352f01c1cd52819132edcef816e46ce27cdf62661bea1dec91bf7953afc8_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibm-vpc-node-label-updater-rhel8@sha256:98b8f478876ee6c976f15dfc999eab35539ed722f22d42be0dc527fedc3b1680_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:076885ca9b78d8a0f757eed46b50089877ea0586bb14398c1eb35cc4ce07a6b9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:23a4e39a00038b43ebed8ea402fbe0558cb0701785ab13da6aef9a57d725f79d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-cluster-api-controllers-rhel8@sha256:4903a3161f42b1fb4622eaf1df5ec4f8b6c7320cc0438abb0221abc966e5672c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:5aee35912030041a2ee9b09d037f8b7352c04adf151db96af547e2295520e121_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ibmcloud-machine-controllers-rhel8@sha256:c4759012619483cf90a45b487050c0cf500df922c5e7046743349dd271834bf5_s390x",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:6b21ed8bf7757b891632ad51f4a47c2f47954ceafcafdf5bc193bd2197013186_amd64",
"8Base-RHOSE-4.14:openshift4/ose-image-customization-controller-rhel8@sha256:7bdf3d5cd2429f5c15e30ef4a64cfc4971b75f9cb73b33a696210e9cd91fcac1_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:1789465d3748392e509bbbe68116a98a7e80ad1f4ae89bf3e0746c030cdf5207_amd64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:8039ada10250d50cdc33ceaa1bef362d4d6d7d79bcaf77daae27a657cb1f66c7_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:90572651b8248ab33e80d53ccecc883452be1b40861e7766c09c94122f03216b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-insights-rhel8-operator@sha256:b4ca555596f5a8e2446b68ca4a9e837e58db9315184dbbea73292c684a359896_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:2a26ba0f4eeb97526d7cef42c8728c85e129182c9a2dda4232eee720ddf7facc_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:43bed5c00ff948e06e563fcd772032cbc76e2ae9dbb7afcb08643d3e79e81638_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:6909327ea6631bea726ef2ea4edf5caa51fcf4ae48edb9d535a92621fe83b2cd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-installer-artifacts@sha256:b3009a517e704922a6a8282d175ed8f7875428c7551185e83a62af4db2cb67f5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:289e9712e4606a2294b8b556051b5e24e0bb1f7e89c9584cbf1e230d2db0fd07_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:300831e3a3b26e34855a50c6efc346e62326f5a156d6df667c3deb06d7c38ce7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:64236a817753ea058824ce4e885739abe34eef745ae6538c533ae44b6d0d531d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-installer@sha256:be36f55d7522c9dfe0901c7f3b77a9fb298a77e62eef5166a061dd568cbe30b8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:3b9dbc103128642c9b643367321a5ee09200ab548ffd5756bc7c8e348b6dff91_amd64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:5095bfd1d709f3ac1803cc00bf2fbdfe36f77d97639db9ccfcc70f265b188b8f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:cb194da37a3d45dd6c25f1d7bb4a9fe1e24a90c64a56510aa575fa8b80b7723b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-k8s-prometheus-adapter@sha256:fdda2b4ab376c8c715d866b7941e0e5f0f12b5f0858f94531088ceca5e59962f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:08c22a4e6919f568900015848916bc75f49aff0da1228a2f8efdf4e6ee40cdff_s390x",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:61e5136adbebb26f440f6b15c907858ea3ea61e9222066a90164d3ad87c28af3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:a2a6e572eeb5b890ba80b6b29d6403c01a22de4b5b56f5484accf7e722d3c341_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-keepalived-ipfailover@sha256:d3eded76643203d61d023729fbc05d864b5289e545b9eb7699029b2a3e968659_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:0df3108b5b0913cc74699102e91b7cfe9aa5e26344ba84535bfe29d769ce0deb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:374a5c4c92dafd3f9080b66d8c84cbeb673f1a7e4b4baee4febf04c5ddb8e492_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:43fbb6df3b57fe29a55624a245193dfc64574171307371eda3bc1c8012f7785e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-proxy@sha256:f4269f38105c063f1e3e31f242346320f300af8f262119e8e154d972b408175a_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:067b7334b661d1a39771a6fe1ac14456b423643a35ad8552dbe6e152fff340c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:37574f98b45ee89ce37a82e20545a38a2231f804a9735cc43ba80c372ca800ce_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:4fdc126031af3cabd6ffe6397e9b533771841cd6a43944a7072779e5a75010db_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-rbac-proxy@sha256:e75318b5500eedfc7ae34c5039537113b1a2845afb1ebba579383734b024f5a4_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:3060054cd88b7679f82a25e6f47e70c45f214e991830928bfad203208a56e46c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:58371c8cb4ae01917b2a3f033050c19774ae16b83a6a1879bd6ea2b105a50233_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:ad7a33017c10f49c79c115f7f857ee4aa9fdd6bbd18b874b451185782b26b16d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-state-metrics@sha256:b3209f5952c6846b4b0a190aaf7c6fa07868b59928de660a4fed569d72696927_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:6b3debaabbc6d0da9d6b1814b3033a2cd33cb336610aa416cd0e4e87e78663f6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:996ccc47429463040aee82fe421180408b745e00c6f18a934b5107cff04aa60d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:d3eb104a4eed1777b01723d3bc01897ceea0f7a5fa0b4c028efc4a93c1d281ad_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kube-storage-version-migrator-rhel8@sha256:f2bc68cde18e0c983fc0695895c35c483000cca3dc3e46309dcdb8cc3e491911_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:263b53602f52b95ab7e19726042c4e8c272ab9d8eddc7583e3149d91ed91484f_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:298d79bf1c7478ae6e861957edb028758c132350229a0c59f786d9c293174e64_s390x",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:5952252a9a0f5632607b8226b9b0f1fee6328e901451235e968d5b93172dbca6_arm64",
"8Base-RHOSE-4.14:openshift4/ose-kubevirt-cloud-controller-manager-rhel8@sha256:806d34d171c25cca5efd46728dfcb487f8c27294bb2b5f7580fecc7995f33207_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:b3feefb3246cf888668e9b6a736adeb568ade3b20bfe7b5da7f4ab70969e69d5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-cni-rhel8@sha256:df3e8bf6d7bdb448d25f2d5e078af6f6a985b88ee0af8bd6ece3b4816c4fbeab_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:3cf8b6d778c8cf397784b80a7b2f07eb4505699841c6f5c89e0469e3d7e356d3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-kuryr-controller-rhel8@sha256:8f82b7331117052a8965caf929e72fcf6d771f2646fac1f4bc81caae32952692_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:824870d80212b303b7c18134544266b55b2471431c50885e042ff03737248d4c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:9990cec515f2c21e51ffba28ada2e82d52d5a9099d471f6ba929769b52989224_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:d1c4202dd43807647672d4820426b0dd294392f3a20f31c3e7347ec5b1d33fcf_amd64",
"8Base-RHOSE-4.14:openshift4/ose-libvirt-machine-controllers@sha256:fa26e50c63424482de5de8271326448390d10e9272ddd2fba150b295d3c499d6_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:5157b85e60fe6b2942719f3ee32d21550a9e79b812a5f1c32961d919fd0471e5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:6f2c37e7c61d0563372850f055e70588ca3ec272d593ad66d470c7f848173f71_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:a04e563a8bbf3e9cbecaa061c08c37e4bf1264c10957b91a08de5ea57e4bcd5f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-operator@sha256:d6ff7ed7600bca14d5bdba4e93c5eb3d5a26008705717ef0c57dec6ca2c4e2ee_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:067c718972ec7db12020decf01ec0020f68f39e29af152951cf2bbec6e231f65_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-aws-rhel8@sha256:ef44d159dd038c194c60563c7ea40ec4a8bffb72799140209e48ea698bae8e41_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:b7e5b816a2f88a578b8f7bcc803b7c76b534da749e16cdf8071a2597e9f9bf46_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-azure-rhel8@sha256:bcbee51edf28835b68620ac86ecc1102ca2c438d9095d4a6cce88122220a35f5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:4d3640efbc09004bd9f4cad755748cff1da5395c7cfda9c5875cd9e2d50be065_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:960ef0ddfb0348c90c2fc632db121ee9c2c1f36a294d9e2cc4d009674a939791_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-api-provider-gcp-rhel8@sha256:cf54176086344b5d9ce14be1e7c77042d504d82b88e43abd24188efd51aa7d32_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:3b087ee1c8f10eac2ec3b7ce2e8a4ebdc2ab49f0e77d3d78b0315f1f5392fd3f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:b364e54efa70d330ccb6663fd1c870e59eec01ff6ddd49a4e23ad60bc4d42188_s390x",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:df248f5deddda5d3e1984ae771b6ee6329ce187c4ee330f3b80aafd31368dddb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-config-operator@sha256:ed6e13af8d015ec48ccde5d03b61d71947a59c8e9dd12a3975db484fa30f3617_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:13b0a21419d72b9d82f4c0a9ae0cade3df93f8f40979e55f780c612f588c3559_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:a11e47cd1936c587720fa41abb1dd52e704b52be762670874f64938289f1f9f4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-machine-os-images-rhel8@sha256:aa1e775b23cc3e244a315b52b63d07f09a22302d380e74146e9356a90002d974_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:6fcadd18c22b579a24e113d5bd56ec13a9ac478ccfc335381a147aadcb850450_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:cbf580d0c3fbf38318c5ea765830209884db2ba21432f9ae66c3d0fed1a6e013_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:d32b1df2751d178eb9806dc05e444bfc1e3f457e3556b2a8e48241e6b05ed123_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-admission-controller@sha256:e8bdd1e8bfa2b7f52b7c1d07dbcfe3d7516743715e2fbb52903f54e6cfd34948_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:0ff5117c7c89e602f4accad2d0d6b3adac5fefa00872c9fa2f095b614765bc18_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:1e199759a89096264a4ef3b5d56ae8aa1a146cc3ef2747fbc97a77b3939ee5e0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:98b5a7e69cbab9b3708d94b26ee9e2daa2a727dd52e92673dc58d4dc9f48ce08_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-cni@sha256:ca1961e560a75aafe3e5e41496bc2b58409d93b50048ba2f3d625a9bd80599c2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:01efcddcaa5e27ff7025ae9b97ad1ac7e1e8846807b68c78d716364704247be5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:2a2ce80ff6d6254bc01658e5ac2e0d0c21575a98617cea823b3302ea3e0bbff7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:3fea285c0a03e245551217af4721e352e96f1ab8c9589c8a21581d9d0ef9d64f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-networkpolicy-rhel8@sha256:91bbb8f1d54db8b58c0dab70aa4cdfd896efbc57d5470c67a07bacea22c7e7ce_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:2759619af8b08a543addcc5e45945d0933d67bca6103497b5d9422d8a20eb14b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:57bfe7b625dee6df0387afaad0c53bfef1c8bde36cbc17d86ca6da5eb162734d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:96c22dd875461ca5388eed9b43326596171bbba921bc18fdbe105a53be52596c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-multus-route-override-cni-rhel8@sha256:e5fdb54be900840ea95343d6449729de9a7167b2a9c45b80d176d1c05608db47_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:309668b942127f46f1ce7aec7083c9454a418f1a6506efa7f464fdd6384f5c52_arm64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:6ec0347f484bdfe2766eb1b8b28ca855b83e7e133a7782582f76578c260ed74f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:b5eed1b343b3960f41bc6600702178d44872b6d18e883d432a8aa64edcc0b69a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-multus-whereabouts-ipam-cni-rhel8@sha256:f47a961b79ee8a32985923a7364869b82861214b9a9216b23f3e8a570fbe80d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:3db48c253e96555100c43fb0ece959832665490ad36a4afd8dab0a0185656478_amd64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:99f05e95f0f020fd0ecee98d322193271258b05f3e39e80c560478c136fb8e13_arm64",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:b36fc86c92c6f9c1c0ac330d2b7c7623a57734efc3e31b90f3882741c040afed_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-must-gather@sha256:f0a886a1fd62fb22248a5d852c664d1aba50207f04a58e694f9e5e89828f89ad_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0a35ca2a612e6ea93f5c7946bcff4c251afcaa3979ccc2d7b8e63bb4773de2fb_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:0eaa8d7b583f66128868f5a14178f0b0c182cdcb442a6e58db8f4ffbee0aa63a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:9de56cbb83a5b7f67d8209b7337ace011bd65c69e4ed3fc9d1f34b6b7a65949c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-interface-bond-cni-rhel8@sha256:dbfa26e1997804b434ea6b0f83ec3388685e6e029bd9a0f025245847a98f5909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:3e75a6482d540f9369709d775f8d996550dd1bbdd022ff249039631a08073ef3_arm64",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:9b2c7bc23460125fc1af9e888d6c380b1e03808ada3d2152dd95dec70dfb6dab_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:e6d10446ff94da4918cfa493840a3ea5a353ce055532073b552366762bac730a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-network-metrics-daemon-rhel8@sha256:f07a79d4073305f35d1ca67fa56c12a93d7708ac4d26724aeea6592bf95dc7a6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-cloud-controller-manager-rhel8@sha256:eeb32aba560c46c3eebc87385ebf2273feecc4d03fc11b5b6009f0d01bebab8d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-nutanix-machine-controllers-rhel8@sha256:2164e16e3c23ee0eec9457f55e1882dbf6d56442b5d1e3a67ff0ee87f83d183a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:01eddd77a8b2fad216b4966c319fe3f7a9dae9e9b206f195362f94ac673e0ff2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:0d5d8d26781126c6fed9dfef959355315442367945ad739b7911d73a71a4df7d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:37cb5a0dc357e94eb8ad3ee3df0a988c161664f925f3c8aacacc13c8d92dac4a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-apiserver-rhel8@sha256:8e32f661b94746e02a56113dc402b95032b2dca6fb9d4a1e601f13f9d5e54b2b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:4aec4bc8e266920144e1eeaa2379cb36de06730dd6ff5eff5ba40ca8e7716fa0_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:5d853d8ef80fa7ec66fad78d1fc7f0f064839ab2ed5556b002ebcd45756229bd_s390x",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e1a05a8f7254ae455301093a1b27f6a5b4c1fb1b2f420d26398c8342f5f073fc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-proxy@sha256:e32322eb08730872aa11110b5418e7929b99f0bbc3cf7818d5f3946c94aa852b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:3873cdf599535ddda3dfa0708f0626f527fe512a646868fbad247b6bd15e8fd5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:6aea213e6aaa1d8a0db30b53fc57c6b385c135f31914342e74c55253ca9dbfc7_arm64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:7e7b6831037e743fae6fb6d087047f9eb1e8ed6c56c95e21bfb63801a443c02b_amd64",
"8Base-RHOSE-4.14:openshift4/ose-oauth-server-rhel8@sha256:904997b89b2d9f100df8ce0476384f04b21726d720cd94844b1d29a5face3b8f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:042431256537984185e4ed75708d38e865b8ab2f9a7e4146fac56fdd083abf86_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:1d7a2a2b4c518bfdce7881696ac3b4ed43e6dbefd6a9d87b482d88fd8af7f937_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:81fb081aa8b9a4b79b934f352f65739d0563d31995cf3e9ad3f4a631899a2760_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-catalogd-rhel8@sha256:edcc116d97715bd40259253d08646d6e0884f46ae7893159ebf99d682557cf71_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:8255e3d1dd68aad04e186ed6b3de02fddf2fb3037c5cde2961302f777c23ec27_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:93a5270d5a4f5de44e23e663e13e2115646765f3e20618e015917c17984c614b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:9eb263cd7a9c232a416d779f4d66dd8d450486b4a28bb2d4a8818eb5cf27fddc_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-operator-controller-rhel8@sha256:ede987720f61d4ea0ffe07c265325053c78b07c52156b40931716c8984b4d4c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:3d19886af70a77feead27e15fc58a53f3c55c34dccaead9442c63d8c923e5429_arm64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:71d609ee2126c513b4bac1f747c10ac40b360c2a46cf89002d05bafa8052051e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:ae5c82d0eac5666a8b06b10d460ed195b2fe0a8310f5d7fe3f726d05419dc803_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-olm-rukpak-rhel8@sha256:d15ad227d7b6dde4661b7430ed7ca06531cd39180e64213669318f0d14f632ba_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:15d7a7a162020ec33faaac5ad131c5d030ae9b639216015b204402f536a6c03b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:47e16fa302eb5ea804519888d3ff47c96d529ebcad988049e29a4adcf82e416a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:4e70889efb7055ff8d55d7ee267171c37f1de90248f86d10a4f144c500a3f417_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-apiserver-rhel8@sha256:eafc80dd75b3cf8b8709ce997a7f05e0f94a801ba575288556121c06fed25ac4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:5f39d26cea5e2a50e3b50762aedd4f97f43096606937d418ca7f20248ed151d9_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:6d73f234227dd578e4020ef15a88e4cc04aceb97dd86a284235dfcb6291f2452_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:8162355b354ae9ff58ba875ac96975014dee5ec256cb3811cb1ffcc9c88185de_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-controller-manager-rhel8@sha256:e2f78920d23c2bcb0b9b01f447d9006897158e84422ced361ab70072468b3beb_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:4db9c2844a7a63ba584fb4c2a8f450c76681f9f25184f2073e724b9f42bf94d3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:b378da448810f89fd11a02c8a2b279e3f055be335578947ba5671b6be10d2495_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:d69cfeb3171eb3cfb2dae4567f4286143b9fb8f37275267a8c7ef104d55a8ae6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openshift-state-metrics-rhel8@sha256:fc147038c0e615787294b33030caf1b2b0577f8ca1c4eb87bd87ca92a30a7d35_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:5968bb50f2ec4530f6da8b2f2479d4be3f60df48b989752b8fd45c64a6e4444f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a14b6199e794c71696df7e290500d7c1d01160f4a3ddbe44996f655fa0cbac59_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a1d547fb2b98ce0c5b841e2a9b0ca7e9943385c2eb13c6ea52e3144b91706e7e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8-operator@sha256:a6584a4f02cc8d85af89c53fdc89f670485bc1776d682150b68e687e7db3e5cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:02463be05bf2ed742eda7378e885b3fbc387bba15254b6d614b3219680ad1ae3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:6c497d6a0290bece76463bc83e8b0acac745b8f5bf61a1acb069e911fcf09909_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:a9da1f81b3c9559dfe7c522e811bba85cd519b4c94755aef16ee563640fc44a8_s390x",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cinder-csi-driver-rhel8@sha256:c96a96da1993997c1ba213ca570e128d216a9462698dd09329f0f8831c008457_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:14ac077980982d68212174bb1b0928a04ab8a951760f0bce47142b9dbeb291f5_arm64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:cb7ec78b34eabf3c17fca0f0918e9c426632b8a0f566feff8156c45c839d0dfa_amd64",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:db2b03aa5fc8076969d91fe98ca432ba73f22746ef14853288df2e5e80543c04_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-openstack-cloud-controller-manager-rhel8@sha256:e27c203f3d5f9b5780f4f72086eeb4d4f420c6aa6808f53e14694c75666e5376_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:13263e867ab2acb76ba095693af96cb362697f3a8ee797ae7fb753c9a7e3adff_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:1d30faf34c4a7ad7aec8a02b0cf6564b891744af0cdafc70cb5b47a7318afa3a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:5be33f0865da728dac6d32ce73fd455e27cb35cd7915fb40335720dc140de461_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-lifecycle-manager@sha256:da159d9b4c012d12d24c4362fe68ac7318efc6a75319e2f0626c4e2c7ae3265d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:1fe7f0e49cb986ae11cfc4d947babcb472ad0d181496345159501d4f02cadb4e_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:25b15b82f3f43518ee29620ccf5be77412e0b8a00a3bad4e9c3b11f84ac48e43_s390x",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:ce93565099b92a66476aee354d5debce88aed43b088b3cb3b79b3956d8e88d0b_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-marketplace@sha256:f3cff48b9882c53570ecb63600230af9f712dd01317ce1aa9c1b0220472f07d2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:00f7d72bee7438aed247c77fb807dc031b8abdbd7744e09b9bf0ca32c2e83d8a_amd64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:450d6006a248ab72e64470c78c8099804db9b8b618db8f2b1f4405aa0b74c274_arm64",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:83fab7d0753b8e8f9b9b55d11fda6315270687b2ac35f5ec1238db5219b1edd2_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-operator-registry@sha256:e823bd57e289e17d183ae9482ef65c4509c9211ddfa1e9913477dd94d355b85a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:08c460e434eab3793d42d27b71bd3e086042638ce4823ecf41432f6b75ebdad5_amd64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:7f47e9c3244df1e1322c160447bbfac78a08fdc626e560ce8d8a4854beafeb1a_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:c574bdb3dc0b2364c504f5c660eb48ad15d30a15202d098d876aa8729645f552_arm64",
"8Base-RHOSE-4.14:openshift4/ose-ovirt-machine-controllers-rhel8@sha256:ff82c4f6360be6cd9ab60adb81d7d3a4e3b1399ea1b04f3f2fb664a226241862_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:048e2e0968f8abf0fb2d3759301d83381a3ea8fc3cdcae36a1ec1fc961664598_arm64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:791ab5a3f75f99211a521bae9941db05f5af374deb991717d1333c2ab471a845_s390x",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:ef9171972a66b7a3305e49cdf6592daa7221ebd7a8695abf988c97159b54a433_amd64",
"8Base-RHOSE-4.14:openshift4/ose-pod@sha256:f1d7ff446726c1062ce317002397c4a60ae64791e710fbf3a372d0adb05c850b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:68c73eb8461f1190568cbdc82e790aa153d7e9203bdd5e7418caf3a849eeabc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-operator-rhel8@sha256:8c1dfeff1c15b90f42767b635fba580903effde8648066f556c57c7af1645c9d_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:e802aaffecb9f36cdc1c79d85e1d566e2e606de9dfb7df0f6a0816e1d1285020_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-block-csi-driver-rhel8@sha256:ef83f08a163ed61004c09526b50d4298a2b616398c14ce1126d7ea2f5bf79b9f_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:81cecbecda8692d628aec9b97a19d248c6bd89915f1998c31f9f8cbbf6bec320_amd64",
"8Base-RHOSE-4.14:openshift4/ose-powervs-cloud-controller-manager-rhel8@sha256:dad671954b760282aa6fa767354fff7d27f701ca3ee9ec1b651924f0da96adc3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:685b86421a8cae5d17246274dd740b61ef404875db27a63ba752adad5dfd31a0_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-powervs-machine-controllers-rhel8@sha256:ac8d4e7ecafd7623ea7bda95179a094732b7c5e3324267bc4eb8bea41228a1e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:0c55d5c7d5398999cd96eada24b506084ba5bf37ba4ecf3ae57d6f1329caee6d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:2dca6d56aee18a9d3539762051ca9a934efb773ba337ff538fe7577e6e872d87_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:404e34d0ac6c25ae7a0a1c3e901c4bec128aae318342765740cc19fff333531e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prom-label-proxy@sha256:5fb453ba04be115852c76da640f2ca836626bd75e9f5edaed86818cd802053d6_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:02f3a80050d971e45e90658c32a08c83154e1f5dc3237fb905e1ba36bd9a6f98_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:172132019b8a02d1259c8eac59f0d9e81a861364ca47b7f194988e73d78d726b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:2861c426df850287bf1ebe0857382422e7c9093414fe9562148177d361ff84c4_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-alertmanager@sha256:35e802f721fc6685a503565f01731056dd418c377249e3058da1f095eaf60fd9_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:4a2df3ed0ee60b7dc7eedf184f09c4ca1145f2b9f6542a5af439d9e6f340b90d_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:7e8407ec08caa8bcc68bf1fe809f62e488bcd6a0c386d0e0cf632bde5994e053_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:95b43e350aae2997e44bac2a0265c5e237e74e40c68913edbb0a62ce0d890335_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-config-reloader@sha256:fffe5dbe21a374c77b4daeec6ce71a8ab7cdd462f166af34e4d010e89291795e_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:1f16a8e8f6be8a9431c29035c93b90d0c3e723cd1f014993dda79e14fdb1dc60_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:5a6b7f3b84706116598fef8b2cf0c15ec952578f06375fd9d8d6b82f4d381c0f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:95ba4d2bb69a3d4cb619912b33d44aec1ee042c2d45842d67955982e766d33c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-node-exporter@sha256:dd701e09cf567f359669422515522162f4a5f0fff07df9a346366042097cfd3f_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:491341842292a70d625e5f6a7721ea679fde5d4876889f5dc815ce3545d3649f_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:9c933ee40228d305ca6458bcbcf9068e04b6b93330b3adfbe270d60e014c484e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:a94a315bb23510319c960ae08009950e1f8f5ce2b3020c822451d906c40583e7_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator-admission-webhook-rhel8@sha256:c4c95869a8dcad74f977f9250b2b7d5f6a521e73f4604bddd10fb13e7cc8442a_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:5c8e575abbcad2fb5055b705409bea295952e39b0a9837cc5b09b8913901163e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:66f3d161628ba40f4114b9e53d04f3d97e993adc27e996d507f7e4dff1f0de22_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:86ecde9dd286ef7640427d1b442d93b04e0a5d77c441d568ae05be878d912b59_s390x",
"8Base-RHOSE-4.14:openshift4/ose-prometheus-operator@sha256:e60d54f8f22ef08a6b94b45b466b9684896d7da9f02e11a83fb5a6ca2fe42c96_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:163faad4ceef632459d06a924d7fe17725c7838e81b88dc91f4c595d18621eae_amd64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:44ce3c7ddb09597ff994cd5878ea68379dcefa2313f0d5c6e9644d7796d5fd61_arm64",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:69fea4f53cafc9fb39ce8617503db4d9f594ac152432c980825ac9cc12607d18_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-prometheus@sha256:ab6fecd7d84b16771068ae896a1d4ef36247c23b3ca3a1703dd55baff517a71e_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:020e68d6b5fe6e683d65f15cedb6c8bc03c9dbf2a55a5e89a98bd3e34ab8eb0c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:b39645084ace5de591ceb592ef31ede33f3c1e985d7f554a077cd8f9cd09f1eb_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:c835bd34ccfa6a70b2d1cf0a07ed147c8f22bcefeb2e2c3703311570c879ee5b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-sdn-rhel8@sha256:d1eca427e8361f6923031ad33f631b4bb4cd72e9a795de74ec03908004ab22d8_arm64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:0c8428264aced45d16124bf68320e1daef36762d60ecbb821f12907ed5823ba5_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:a88d01a94dacb9c7a62e6490c6aa20c3e50ad23a8359f90bf70db0a4ba30dd6b_s390x",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:d1b1532a8b5dc4ba7c2a5162d507b092862433e6fc38178ccd79a6f590714c42_amd64",
"8Base-RHOSE-4.14:openshift4/ose-service-ca-operator@sha256:fdb3378e0c2d6dec07439ed1965a244d6c1f1a69ab4310ee1937ac68c7dd527c_arm64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:44f8d98791739a14006bc0c6fe6027a9ee71fb809aac4776f61df32184b2ea29_s390x",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:6699105520fa4e29f1606f56b7cde1409a9848f2841332c4b79f1d69b0d6d8c1_amd64",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:a5f3e374f93ec902bd884ae1bb7dcfde6bb5a495db9b326d67ae5a671e5fe1c4_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-telemeter@sha256:af42cbc438d6ee277bec9ff0994b8ff1f052df9509df41dbcf56c37699b85917_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8105aaefeb9acb96ff7477a31295cd74300e5d883af4d0706dda21fa69da8ac9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:8f4303409b6ffd310150df14a479f8fcbc32b8806e1191067e25d001b8c0d048_arm64",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:bbd722581095c37a2d8ea09e3fd85bcafa85bc3f1d7a7594816704ef294d8255_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tests@sha256:f4b717699976f5f94bf4119924d98b87bb0cf00f12f0938fbbf0fb4eeacae0a3_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:415d85780065eb94bcf22bdff4a4f908f054339d6a1aa4b07f72291113269ea2_amd64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:8f62604eb06009d49e01100cd2845ec4ddde5773672a09f5cb65bd68f20516a3_s390x",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:d0bcf37eecf408d9a539fc6440c891232834474cafbc399f74ef8ff59078c96d_arm64",
"8Base-RHOSE-4.14:openshift4/ose-thanos-rhel8@sha256:e44d7dd595d4f9dff7a3ab7fbd0a3bdbb6378641a2fefca7ea678315091b393c_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:069d6e23cfb2c95d9f10a25410254ebc205a226fd366004c3962b115726e795e_ppc64le",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:36578a27560f4be7db15cef6429ee630d735f023b44bc777eeab8b10ea7a47e6_amd64",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:518a18ab24bd7e2e2f3a286948aa6e69478ccab123fcd1bb9cf822b36b9a6467_s390x",
"8Base-RHOSE-4.14:openshift4/ose-tools-rhel8@sha256:cf4b8fd8d865e64f7daf2c87e9ea042ac058a47f7bacb4e6a773c11934ddd141_arm64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vmware-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cloud-controller-manager-rhel8@sha256:27b079c5aeab638f517c83ce48ded2b411718164ae8d598c93d1beeeb3970a28_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-cluster-api-controllers-rhel8@sha256:5f82d74c36d538bceb7979e71b55c982b2a25023ce9574fa2f1a71087eb008c3_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-operator-rhel8@sha256:d8a487e7a727e2678b0a32eaf5abfc541e22b6e12c53e611099067cb135dd04c_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-rhel8@sha256:f99ec17452acd9d1e66a934f612e024932396eb8c1ea1ad81bdc839579a544e9_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-csi-driver-syncer-rhel8@sha256:db9c8d386e7406c59417c712d4a4821f16678203f25849a6c7f177cab47d67ca_amd64",
"8Base-RHOSE-4.14:openshift4/ose-vsphere-problem-detector-rhel8@sha256:74b8a67043f69e93bf3543dd4636ee987569762807276716b05c537ece290574_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel7@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:57267d4441eace240e2aa2b9e430a6a19b40983721b784cc3fa3dde3c090127c_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:9477195483139154dd9dd455133e26ad43ff024f9453fc47e6e79464292f607c_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:cc391a410f05d892a2ccbe3c73886b1127203b5addd9b6e8c26cbd4b4e8192cf_ppc64le",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8-operator@sha256:f4912135daea8bc33fabc04a34ea8dd5ff68a11507695bfe5ec84debefb4c27e_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:11c6ad89f00743bbdef45483dbd4d42b0dd6268d171861b761b9a3a9d0d9c173_amd64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:4e58c7da2f2232bba27e9522d7bdaef502af8dfc688a9a9c336cd38c980a9511_arm64",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:70d9c6d8f070cd58bebed8964b1eb5f71828453000f8b134db1daabf9db99e36_s390x",
"8Base-RHOSE-4.14:openshift4/ovirt-csi-driver-rhel8@sha256:fcfa38ed3a3f8a91217b426f41336302d74e1cd6768299e7fdce3b8ef69ca00b_ppc64le",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:78b95acf5f1e673c2bc3ab7e5fa1a4111b7d72ddc025eb5bc012d8fb07872bd9_arm64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:7fb91c564b92bb3e7c1eb1f96c1c5129b1a0810e2c9c4a33d226f4f18e9b273f_s390x",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:89ddaddedc91654f2da321649327da489e71a283252da2b90e43f041c44c5ad5_amd64",
"9Base-RHOSE-4.14:openshift4/driver-toolkit-rhel9@sha256:9fc31537b678356f3df1c78c35e9dcc19cccfdf1651091c2b7e19a647c1643a9_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:1a853b0cde3e3683018d1f8e9f57b568ee84ce6d687aa35f6328df03604c19e8_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:26f29e3bc6960dde3e4f7a9a7f1e74d9114eba26d4f1595f9d6ebc2ddce3d2ef_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:5593381d97ce35b083579fcef568cd57f41fa5f91b6b6b1e5d1c1390df85b13d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-node-agent-rhel9@sha256:fbb0c7cb8cb1f36897fe08a5f6f6c5af79abde2119a0c29e60ef002240d676ee_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:57b6cc28ddbeb73c1af8c86c5801a001a183db951f0af294129e9822e149f697_s390x",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a0887f6b2d2733b57aacc9e68cfdabe351a92d068871cd3e0768cf17ec89f92a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:a27fbb20b1d863c45f6ca788f905fb689cc148fdebd68ee84080357ac6f439b0_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-agent-installer-utils-rhel9@sha256:fee20362a267fedcc4f9e46a7026ee549e88430e58ca962358215c991a778f24_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:26a2cf368dfb6680b85fb88284f86e1960cbe79e338c4314a7fda14850a55cfa_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:7bfb8b5bebe9aa8a682f8835bbd9cba284e0c34bafcf7e01d23ddb449f2d93fb_arm64",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:bfed5cd24744be041e0f19a93f518b1cd1b4975e48b51ce37a8ccaa431fe64bf_s390x",
"9Base-RHOSE-4.14:openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:e013eb90a743ad72202e8db85cc7e365d44ee092b2deaae982eeeb2227a92a99_amd64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:61b02ae3097f2f967fedf82d2b7d3f05b381ec1ba4187934eb3c716f816f48e3_arm64",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:78c8ac5ddad56c0f10acea8f478861560b03aa7573845bd0465777a023280848_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:cadbe7e9d9a5fb846f81a1fbc669b9b44b8182cec50a081ad59aab36ab217cae_s390x",
"9Base-RHOSE-4.14:openshift4/ose-etcd-rhel9@sha256:fa4149d38fadb466a1477d99823f7eecc5b1f1ca04990e7c9bbcc8f091d9dca9_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:4dd3cc3f7d4bbfbd9515ad769af14c5c7464f9129859914d1ce794455edbddbc_amd64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:55ff010a8def3f33df327c57a565888d38687030bc24857af15361596019e384_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:73ce1e8891091314c3b83df552841785353cf4a4d51f7bf3a46bb7728a953fe6_arm64",
"9Base-RHOSE-4.14:openshift4/ose-hyperkube-rhel9@sha256:d0da535f0d7c21541d99a7778b85656087c829726fea139f4aecb980243657e5_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:1690bc3284a12955f4e3a61a6271d3e884f8661fa09c647df7164d0cd79354da_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-agent-rhel9@sha256:b23cf7559ab96e7c660badb0de06c092d52d5de68744c5b75b9279c49951d350_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:45e57b12551a36ab0d56b072d11364a901a06a3ff2eece65c29c818c17a6cfc5_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:600295004ee2c968b6279e99548036f5a3391c5be95d715d845e43385ce840de_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:4585117bc8645939264c14a30f1712bcf7bf6965c4b6a0f13b25e2a046e8ef9f_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-rhel9@sha256:a7e8e3023b422e5d9ca7a3bc62e2c9d2baaa7a5b650b18fb1039d79296ed15ca_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:0f53e748abc4bf6651e5f3a07170e1b99e6c8c94e099eed016bb22d1fba7e983_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ironic-static-ip-manager-rhel9@sha256:b1dc9738fcb883fe48abe8c183149a1d6ca543d2d5131f9a0638a1d88907f33d_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4dd8ac4bdd2b2ab3a1d927e936c2f46cbc1f8ed592e6ca77fb92fdfe3b04effa_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:56c52618bb734ce2a68e0bf4e8f2f85218ea3324b1e8592cae4186a2c031c127_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:64090db030db8ef14a51c03b8f5da58d7cb1dde55442d453eafdb399b6f2cdea_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:f2fab8a4898ef10ed1e7b373dd6c4beeb1b84fce881f0813810a8fc9db7cbefd_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes-rhel9@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:041a5127159f47841a5b9a104914b390ec44ecf012480ec6a3ac21af300d456a_arm64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:0aa2dee6d9a618980151370183c051a94cc79818f630d9634768b5387e6ae555_amd64",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:2a60e2c5cda5dcd2f5a1c8deabaf90735149c7b25e81ba16efac88492908a5ff_ppc64le",
"9Base-RHOSE-4.14:openshift4/ose-ovn-kubernetes@sha256:74b5be679e5919398abd5d9157956d1efa6e961b199f892ddbe9764d29f80cdd_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_aarch64",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_ppc64le",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_s390x",
"9Base-RHOSE-4.14:rhcos@sha256:f8b5ba03d3afa540af245ba428221fa07bff863718d434860d11c4e2dd98a8b0_x86_64"
]
}
],
"threats": [
{
"category": "exploit_status",
"date": "2025-02-05T00:00:00+00:00",
"details": "CISA: https://www.cisa.gov/known-exploited-vulnerabilities-catalog"
},
{
"category": "impact",
"details": "Important"
}
],
"title": "kernel: media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format"
}
]
}
RHSA-2025:1468
Vulnerability from csaf_redhat - Published: 2025-02-13 18:14 - Updated: 2026-08-15 02:29A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le | — |
Workaround
|
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le | — |
Workaround
|
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le | — |
An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 | — |
Workaround
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le | — |
Workaround
|
A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 | — | ||
| Unresolved product id: 8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat Advanced Cluster Security for Kubernetes (RHACS). The updated image includes security fixes.\n\nRed Hat Product Security has rated this update as having a security impact\nof 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": "This release of RHACS 4.4.8 includes security fixes. If you are\nusing an earlier version of RHACS 4.4, you are advised to upgrade to this\npatch release 4.4.8.\n\nSecurity issues fixed:\n\n* npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript (CVE-2024-11831)\n\n* go-git: Argument injection via the URL field (CVE-2025-21613)\n\n* go-git: Go-git clients vulnerable to DoS via maliciously crafted Git server replies (CVE-2025-21614)\n\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\n\n* golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html (CVE-2024-45338)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:1468",
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html",
"url": "https://docs.openshift.com/acs/4.4/release_notes/44-release-notes.html"
},
{
"category": "external",
"summary": "2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "ROX-27933",
"url": "https://issues.redhat.com/browse/ROX-27933"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_1468.json"
}
],
"title": "Red Hat Security Advisory: ACS 4.4 enhancement and security update",
"tracking": {
"current_release_date": "2026-08-15T02:29:08+00:00",
"generator": {
"date": "2026-08-15T02:29:08+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:1468",
"initial_release_date": "2025-02-13T18:14:31+00:00",
"revision_history": [
{
"date": "2025-02-13T18:14:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2025-02-13T18:14:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:08+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "RHACS 4.4 for RHEL 8",
"product": {
"name": "RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:advanced_cluster_security:4.4::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Advanced Cluster Security for Kubernetes"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"product_id": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"product_id": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-collector-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"product_id": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"product_id": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"product_id": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"product_id": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8\u0026tag=4.4.8-2"
}
}
},
{
"category": "product_version",
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"product": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"product_id": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8\u0026tag=4.4.8-2"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64 as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"relates_to_product_reference": "8Base-RHACS-4.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le as a component of RHACS 4.4 for RHEL 8",
"product_id": "8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
},
"product_reference": "advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le",
"relates_to_product_reference": "8Base-RHACS-4.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-11831",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2024-09-16T16:43:32.021000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2312579"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in npm-serialize-javascript. The vulnerability occurs because the serialize-javascript module does not properly sanitize certain inputs, such as regex or other JavaScript object types, allowing an attacker to inject malicious code. This code could be executed when deserialized by a web browser, causing Cross-site scripting (XSS) attacks. This issue is critical in environments where serialized data is sent to web clients, potentially compromising the security of the website or web application using this package.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript",
"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": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le"
],
"known_not_affected": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-11831"
},
{
"category": "external",
"summary": "RHBZ#2312579",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2312579"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-11831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11831"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11831"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e",
"url": "https://github.com/yahoo/serialize-javascript/commit/f27d65d3de42affe2aac14607066c293891cec4e"
},
{
"category": "external",
"summary": "https://github.com/yahoo/serialize-javascript/pull/173",
"url": "https://github.com/yahoo/serialize-javascript/pull/173"
}
],
"release_date": "2024-09-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T18:14:31+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "npm-serialize-javascript: Cross-site Scripting (XSS) in serialize-javascript"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T18:14:31+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T18:14:31+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-21613",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2025-01-06T17:00:41.244449+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335888"
}
],
"notes": [
{
"category": "description",
"text": "An argument injection vulnerability was found in go-git. This flaw allows an attacker to set arbitrary values to git-upload-pack flags, leading to command or code execution, exposure of sensitive data, or other unintended behavior. This is only possible in configurations where the file transport protocol is being used.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: argument injection via the URL field",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an argument injection has been discovered in go-git, where an attackers can manipulate git-upload-pack flags, potentially enabling command or code execution leads to an exposure of sensitive data or other unintended actions, this vulnerability occurs exclusively in configurations using the file transport protocol.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21613"
},
{
"category": "external",
"summary": "RHBZ#2335888",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335888"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21613",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21613"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21613"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-v725-9546-7q7m"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3368",
"url": "https://pkg.go.dev/vuln/GO-2025-3368"
}
],
"release_date": "2025-01-06T16:13:10.611000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T18:14:31+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
},
{
"category": "workaround",
"details": "In cases where it is not possible to update to the latest version of go-git, it is recommended to enforce validation rules for values passed in the URL field.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: argument injection via the URL field"
},
{
"cve": "CVE-2025-21614",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-01-06T17:01:36.743039+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2335901"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service (DoS) vulnerability was found in go-git. This vulnerability allows an attacker to perform denial of service attacks by providing specially crafted responses from a Git server, which triggers resource exhaustion in go-git clients.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies",
"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": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"known_not_affected": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-21614"
},
{
"category": "external",
"summary": "RHBZ#2335901",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2335901"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-21614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21614"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-21614"
},
{
"category": "external",
"summary": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4",
"url": "https://github.com/go-git/go-git/security/advisories/GHSA-r9px-m959-cxf4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3367",
"url": "https://pkg.go.dev/vuln/GO-2025-3367"
}
],
"release_date": "2025-01-06T16:20:16.140000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-02-13T18:14:31+00:00",
"details": "If you are using an earlier version of RHACS 4.4, you are advised to upgrade to this patch release 4.4.8.",
"product_ids": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:1468"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:394f4fd42c292ef68abf4a9104fe668026e394c3243ebf9b184d40a4b4b0132e_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:6478816c1b2bdeb40c77c267fff033dca5523375c64623bf56d493c4417a3c3f_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-central-db-rhel8@sha256:8b92405457c5240a4d672409a7519d28463f2f0e104f441e3d0d0839549c6215_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:39367ad4f4807b804eb6a95d241d99c528995f75d3264b58820cf50fa6abceef_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:a5a1e18726ce755a8f2a36a58928714d61f4426643b7f08da086004982e993ef_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-rhel8@sha256:cd132ae4b02647d5b0f0a910539c75efb3e0795590df00056542e969605ae296_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:357fa537a29f82ca117b8ed4695456707bd9599c5057ed938a91114e94badf62_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:62ddbd8b9e0b27be7a0541c7fe085b621834facff7d83d4a2e57b56ef6c713a2_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-collector-slim-rhel8@sha256:94b445cbaef0111d98a0ee595988ef420423aa381b36e7127e76e385be12996a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:0e867de15e3038db7274dc1d84cd8ca5b1860b661c8b16ecd8f7aeefa76077a8_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:1aedb2f4b2aefa9586c8aecfff4647497f7a36fc6a547d6688645d87e90413f4_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-main-rhel8@sha256:92f98ca560ce539495108e6212737ea6cf83215fe0a5aa7a12636ee9d5fca88f_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:123c0108bd7a190dd2accfd21786600f787147f040e57fb5f840861e2caa441d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:6f81e9b903594b0a8bd5517900f7677e09c942953d257c87da11fb779e0f9dab_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-operator-bundle@sha256:8c199930239623166973ea9cdb40ce2e2537d63e8c731afca3892caa84d2f16a_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:2f74522967f06958e385468a31e14bb9ede90569dec8292d61e67c6640c1ebde_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:38b340062dea9adc1159a326d39a214541e259e9e16582ef98efcd8e6deb3dd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-rhel8-operator@sha256:609205741b369f72807fcec1fd3351d56e4605fdbbee37975fad8c01a5ea0339_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1ab2b5e9423a2edd5f663cdbf4c15dd6a5c13db13125161f4b4a9916d3c523e2_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:1e37a386006e4a7b4414dcdbe6a42191b8f41e706e1df6dfe401cbdbe342f06a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-roxctl-rhel8@sha256:b0f32d062678d69350a3a1a18b643c8b97ebfdbd0bea1c0ee67312312d02fcba_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:439fc3b91a4841c81355ecbb5c610c66139525df82bdb96a4ece4ffd20aca0a5_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7108fcc2c26b8e735231d9bad43febbc2ccc15723b15d3bf9ba643f950f75857_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:7c4fa13ab624b17711df308a9434e529b49b259fe9c6bde4b4e9037ae45996d6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:62df44281133dd4191848bfb861ba70eeb113b2bc0ce28c71b82524860421bed_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:844cef84fb29ee2996c284c6d517a645d4b14862c17021bd1b0052515cd364df_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:fc974b15c869a26e0ae259a39ce0ed1f1954630557c31465561eeee67bfc2797_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:08c488f99ef1c837418842db1c8e52391a55f5f61a1de98edbbe3a201070168a_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:20a368484142ce585e3a49a402bab10b2045ba2d89711154ae80457c01881a4c_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-rhel8@sha256:f252a2c2eaa0a4807e39df8e5fe89a8b66e8ef62a9303a144b765c4857b17e51_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:17a5ed5cea7a0b355ea13e6a95218143c351e34cee1ba0188a14c28f9605e504_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:1d00cc8be3101e0a0a901249545566689d1de5554f5101b8fcbb6fa1827d508b_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:d001fb8afaf083ac3b02ab7571a709183931ef37baa75908556081480ee395dc_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:1ad40dd05581bffe04db700b8b4fbfbe8112399f2bef70b69dd690458b6512ed_ppc64le",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:224bfa6af3a2a9b15657ee0adc0233608bb7a2218f9a488b537e3af4c53acacf_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:f2cf132ddd130c3de1e3732f35fdade709c17e8a2775df5ab47cf7583db82fd6_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:9ae99a357ee1f9e42942edc998b378960d1a4a6bd9630b802f86743965f36898_s390x",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:bcc9fd4d95422283c8d6016e1f85cd4522f43c0504cadf6aec40b9c30f2d945d_amd64",
"8Base-RHACS-4.4:advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c9713eae9be9f99e9e7382ace5f520f96f641c50d8aed1c64a0f6a0ba9ed5395_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies"
}
]
}
RHSA-2025:15680
Vulnerability from csaf_redhat - Published: 2025-09-17 11:15 - Updated: 2026-08-15 02:29A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_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 OpenShift Container Platform release 4.16.48 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of 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.\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.48. See the following advisory for the RPM packages for this release:\nhttps://access.redhat.com/errata/RHBA-2025:15676\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:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\nSecurity Fix(es):\n* golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (CVE-2024-45337)\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.\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2025:15680",
"url": "https://access.redhat.com/errata/RHSA-2025:15680"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2025/rhsa-2025_15680.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.48 bug fix and security update",
"tracking": {
"current_release_date": "2026-08-15T02:29:19+00:00",
"generator": {
"date": "2026-08-15T02:29:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.3.16"
}
},
"id": "RHSA-2025:15680",
"initial_release_date": "2025-09-17T11:15:03+00:00",
"revision_history": [
{
"date": "2025-09-17T11:15:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-08-08T04:36:23+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-08-15T02:29:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Container Platform 4.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202509091828.p2.gd363dcf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Adab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202509091828.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202509091828.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3A511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202509091828.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3Aa276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202509091828.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3Ac52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202509091828.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3A4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202509091828.p2.g1e9d2ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202509091828.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Afffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202509091828.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ab7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202509091828.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202509091828.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202509091828.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202509091828.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202509091828.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Af77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202509091828.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3Ac5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202509091828.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202509091828.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Ab0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202509091828.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202509091828.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202509091828.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202509091828.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202509101633.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202509091828.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202509091828.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3Ac9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202509091828.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Ae1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202509091828.p2.gddd72a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3Ac239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202509091828.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202509091828.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3A7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202509101633.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3A34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202509091828.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202509091828.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202509091828.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202509091828.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Ab30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202509101329.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Aeb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3Ad8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3Ac913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202509091828.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202509101329.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Ab0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202509091828.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3Ade1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202509091828.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3A33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202509091828.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Abb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Adca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202509101329.p2.g6cfdab7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3Aa896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Aa3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202509091828.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3A4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202509091828.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202509091828.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202509091828.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202509091828.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Aaba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Aa3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202509091828.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3Add57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202509091828.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3Af4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Aebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202509091828.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-cloud-controller-manager-container-v4.16.0-202509091828.p2.g97e8335.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-alibaba-machine-controllers-rhel9@sha256%3Adc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-alibaba-machine-controllers-container-v4.16.0-202509091828.p2.g248372a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202509091828.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3Aa209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202509091828.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Adc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202509091828.p2.g949f38a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202509091828.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3A7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202509091828.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3Abe560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202509091828.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202509091828.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202509091828.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3Acc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202509091828.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3Ad3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202509091828.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Acb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202509091828.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3Ad465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202509101026.p2.geda2ed6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202509091828.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202509091828.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202509091828.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202509091828.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ac9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202509091828.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Abfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202509091828.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3Aa267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202509091828.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202509091828.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Ad2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202509091828.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202509091828.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202509091828.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202509091828.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Abb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202509091828.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ae70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202509091828.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202509091828.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Ab0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202509091828.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ae9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3Ab21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202509091828.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Af714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202509091828.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202509091828.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3Aa25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202509091828.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Aa4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202509091828.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3A2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202509091828.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ab51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202509091828.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3Adc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202509091828.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202509091828.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202509091828.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Ab4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202509091828.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202509091828.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3A402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202509091828.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202509091828.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Af9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202509091828.p2.g246e4b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3Aa9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Adf9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Aa1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202509091828.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3Aedf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202509091828.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202509091828.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Ad09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202509091828.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202509091828.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202509091828.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202509101329.p2.gf164f97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ab639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202509091828.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202509091828.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202509091828.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ab0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202509091828.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ab1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202509091828.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202509091828.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202509091828.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202509091828.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Acad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202509091828.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Aa113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202509091828.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202509091828.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-cloud-controller-manager-container-v4.16.0-202509091828.p2.g28bf596.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-nutanix-machine-controllers-rhel9@sha256%3A80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-nutanix-machine-controllers-container-v4.16.0-202509091828.p2.g2f2e121.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202509091828.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202509091828.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ad390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202509091828.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202509091828.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202509091828.p2.g2f30dc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3Aaf5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202509091828.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Acadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202509091828.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Af04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3A2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202509091828.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202509091828.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202509091828.p2.gf646b0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3A17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202509091828.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202509091828.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202509091828.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3A705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202509091828.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9@sha256%3A6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vmware-vsphere-csi-driver-container-v4.16.0-202509091828.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Aade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-rhel9-operator@sha256%3Aade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g7940ea1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cloud-controller-manager-container-v4.16.0-202509091828.p2.g023a365.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-cluster-api-controllers-container-v4.16.0-202509091828.p2.gbe22f10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202509091828.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ad5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Af464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202509091828.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202509091828.p2.g85eee25.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=vmware-vsphere-syncer-container-v4.16.0-202509091828.p2.g03b7e8e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ose-vsphere-problem-detector-rhel9@sha256%3A2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-vsphere-problem-detector-container-v4.16.0-202509091828.p2.g3683c12.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Af5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202509091828.p2.gd363dcf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202509091828.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-rhel9@sha256%3A41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-container-v4.16.0-202509091828.p2.g7a36778.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-file-csi-driver-operator-rhel9@sha256%3A32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-file-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Abc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202509091828.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202509091828.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202509091828.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Adae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202509091828.p2.g1e9d2ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3Afbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202509091828.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Af20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202509091828.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3Ad8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202509091828.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Abbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202509091828.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202509091828.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202509091828.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202509091828.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3A9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202509091828.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202509091828.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202509091828.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202509091828.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Aac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202509091828.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ace62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202509101633.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202509091828.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3A8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202509091828.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202509091828.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202509091828.p2.gddd72a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-rhel9@sha256%3A69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-container-v4.16.0-202509091828.p2.gd08ca1e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-agent-rhel9@sha256%3A4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-agent-container-v4.16.0-202509091828.p2.gaea138c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-machine-os-downloader-rhel9@sha256%3Ab1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-rhcos-downloader-container-v4.16.0-202509101633.p2.g93b8b5f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ironic-static-ip-manager-rhel9@sha256%3Ac250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ironic-static-ip-manager-container-v4.16.0-202509091828.p2.gf44e8a0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3Aee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202509091828.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202509091828.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202509091828.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3Aff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202509101329.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Adea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202509091828.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202509101329.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aafdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202509091828.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202509091828.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Adca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202509091828.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202509101329.p2.g6cfdab7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3Ae0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202509091828.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Acbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Af2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202509091828.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202509091828.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3A02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202509091828.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202509091828.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202509091828.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202509091828.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202509091828.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202509091828.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cloud-controller-manager-rhel9@sha256%3A5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cloud-controller-manager-container-v4.16.0-202509091828.p2.ga53e9de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-cluster-api-controllers-rhel9@sha256%3Aef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-cluster-api-controllers-container-v4.16.0-202509091828.p2.g949f38a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9@sha256%3A5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-container-v4.16.0-202509091828.p2.g1d29a74.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-ebs-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-aws-pod-identity-webhook-container-v4.16.0-202509091828.p2.g459c531.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-controller-manager-rhel9@sha256%3A04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-controller-manager-container-v4.16.0-202509091828.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cloud-node-manager-rhel9@sha256%3A93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cloud-node-manager-container-v4.16.0-202509091828.p2.ge5bac33.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-cluster-api-controllers-rhel9@sha256%3A346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-cluster-api-controllers-container-v4.16.0-202509091828.p2.ga81e3b3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9@sha256%3A7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-container-v4.16.0-202509091828.p2.g6b55f6f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-disk-csi-driver-operator-container-v4.16.0-202509091828.p2.g27609c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-azure-workload-identity-webhook-rhel9@sha256%3A5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-azure-workload-identity-webhook-container-v4.16.0-202509091828.p2.g5b8d171.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3A6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Aad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202509091828.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202509101026.p2.geda2ed6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202509091828.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202509091828.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3A1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202509091828.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202509091828.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3Ad8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202509091828.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202509091828.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202509091828.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202509091828.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aaa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202509091828.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202509091828.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202509091828.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202509091828.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ab21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202509091828.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Ad201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Abcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202509091828.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202509091828.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Adb1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202509091828.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ae41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202509091828.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3A5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202509091828.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ab23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202509091828.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ae17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202509091828.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3Af7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3Af38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202509091828.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Ab6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202509091828.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3A4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202509091828.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202509091828.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202509091828.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-image-customization-controller-rhel9@sha256%3A03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-image-customization-controller-container-v4.16.0-202509091828.p2.g3948096.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202509091828.p2.g246e4b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Aeb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ac149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3Aef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202509091828.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202509091828.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Acfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202509091828.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202509091828.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3A2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202509091828.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-aws-rhel9@sha256%3A18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-aws-container-v4.16.0-202509091828.p2.g0c81986.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-azure-rhel9@sha256%3A64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-azure-container-v4.16.0-202509101329.p2.gf164f97.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3A351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202509091828.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Ad486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202509091828.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Ab6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202509091828.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3A5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202509091828.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3Ac13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202509091828.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3Af51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202509091828.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Adf29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202509091828.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3A138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202509091828.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3Ada2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202509091828.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Ada9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202509091828.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202509091828.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202509091828.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3Ac905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202509091828.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Af03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202509091828.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Aaa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202509091828.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202509091828.p2.g2f30dc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202509091828.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3A0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202509091828.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ac92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202509091828.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202509091828.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202509091828.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3Abb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202509091828.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3A4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202509091828.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3A7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202509091828.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3Ac192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202509091828.p2.gd363dcf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3A4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202509091828.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ad460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202509091828.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202509091828.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202509091828.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aeb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202509091828.p2.g1e9d2ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202509091828.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ac0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202509091828.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202509091828.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3Ab866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202509091828.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3A55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202509091828.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3Ad6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202509091828.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202509091828.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ac1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3A35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202509091828.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202509091828.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202509091828.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202509091828.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3A548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202509091828.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3A257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202509101633.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202509091828.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Ae5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202509091828.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3A84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202509091828.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3Af2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202509091828.p2.gddd72a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3A20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202509091828.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202509091828.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3Af841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202509091828.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202509101329.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3Ae253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202509091828.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3Af156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202509101329.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3Aabb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202509091828.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202509091828.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Aed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202509091828.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3A1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3A6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202509101329.p2.g6cfdab7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202509091828.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3Ad93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ad5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202509091828.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3A91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202509091828.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Aa6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202509091828.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3A4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202509091828.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3A7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3A3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3A992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202509091828.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3A9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202509091828.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3A67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202509091828.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3A7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202509091828.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Adbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3A1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202509091828.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3A1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202509101026.p2.geda2ed6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3Afbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202509091828.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202509091828.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Af10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202509091828.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202509091828.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202509091828.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3A94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202509091828.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202509091828.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3Ad02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202509091828.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3A99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202509091828.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Adc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202509091828.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3Aebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202509091828.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202509091828.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202509091828.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Ab6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202509091828.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202509091828.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Acaa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202509091828.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Ad0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202509091828.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Ad013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202509091828.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3A2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202509091828.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202509091828.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202509091828.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-cloud-controller-manager-rhel9@sha256%3A1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-cloud-controller-manager-container-v4.16.0-202509091828.p2.gf961f16.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibm-vpc-block-csi-driver-container-v4.16.0-202509091828.p2.g668c884.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Aca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g9ca5376.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202509091828.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-machine-controllers-rhel9@sha256%3Af1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-machine-controllers-container-v4.16.0-202509091828.p2.gd29506e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3A3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202509091828.p2.g246e4b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3A86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3A8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202509091828.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202509091828.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Afa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3Ab58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202509091828.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3A7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202509091828.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ab994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202509091828.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3Acb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202509091828.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3A3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202509091828.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Aedc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202509091828.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202509091828.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202509091828.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202509091828.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Abdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202509091828.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202509091828.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3Abd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202509091828.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202509091828.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202509091828.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202509091828.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Afe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202509091828.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3Ab61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202509091828.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3A6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202509091828.p2.g2f30dc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202509091828.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3A96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Adca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3Afd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202509091828.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3A3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ad9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202509091828.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3Aaf1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202509091828.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3Acf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202509091828.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Ac87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202509091828.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3A952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3Aeea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Ad9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202509091828.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Aea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202509091828.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9@sha256%3A955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=atomic-openshift-cluster-autoscaler-container-v4.16.0-202509091828.p2.gd363dcf.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aws-kms-encryption-provider-rhel9@sha256%3Aaf51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=aws-kms-encryption-provider-container-v4.16.0-202509091828.p2.gc66065d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/azure-kms-encryption-provider-rhel9@sha256%3Ae5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=azure-kms-encryption-provider-container-v4.16.0-202509091828.p2.gaf633e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-machine-controllers-rhel9@sha256%3A50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=baremetal-machine-controller-container-v4.16.0-202509091828.p2.g2b396e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-runtimecfg-rhel9@sha256%3A3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-runtimecfg-container-v4.16.0-202509091828.p2.gf55a330.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-etcd-rhel9-operator@sha256%3Aae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-etcd-operator-container-v4.16.0-202509091828.p2.g1e9d2ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-monitoring-rhel9-operator@sha256%3A260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-monitoring-operator-container-v4.16.0-202509091828.p2.g09963a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-network-rhel9-operator@sha256%3Ad3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-network-operator-container-v4.16.0-202509091828.p2.ge75d8fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-node-tuning-rhel9-operator@sha256%3A92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-node-tuning-operator-container-v4.16.0-202509091828.p2.geacd6ee.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-policy-controller-rhel9@sha256%3A4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-policy-controller-container-v4.16.0-202509091828.p2.geaea543.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-storage-rhel9-operator@sha256%3Add2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-storage-operator-container-v4.16.0-202509091828.p2.ga5de022.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-version-rhel9-operator@sha256%3A807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=cluster-version-operator-container-v4.16.0-202509091828.p2.gbe82028.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-configmap-reloader-rhel9@sha256%3A30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=configmap-reload-container-v4.16.0-202509091828.p2.gdc91ddc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/container-networking-plugins-microshift-rhel9@sha256%3Ab132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-coredns-rhel9@sha256%3Ac621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=coredns-container-v4.16.0-202509091828.p2.g1e41765.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-attacher-rhel9@sha256%3A70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-attacher-container-v4.16.0-202509091828.p2.g7da80aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9@sha256%3A8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-manila-rhel9-operator@sha256%3A1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-manila-operator-container-v4.16.0-202509091828.p2.gc25d1ff.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-nfs-rhel9@sha256%3Abe281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-driver-nfs-container-v4.16.0-202509091828.p2.g406cec7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-livenessprobe-rhel9@sha256%3A72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-livenessprobe-container-v4.16.0-202509091828.p2.gf5e3ff5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-node-driver-registrar-rhel9@sha256%3A61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-node-driver-registrar-container-v4.16.0-202509091828.p2.g8930c36.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-provisioner-rhel9@sha256%3Acecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=csi-provisioner-container-v4.16.0-202509091828.p2.g9e8af01.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Acb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-validation-webhook-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/driver-toolkit-rhel9@sha256%3Ada904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=driver-toolkit-container-v4.16.0-202509101633.p2.g1d5732f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/egress-router-cni-rhel9@sha256%3A8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-egress-router-cni-container-v4.16.0-202509091828.p2.g7089efe.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-proxy-rhel9@sha256%3Afed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-openshift-oauth-proxy-container-v4.16.0-202509091828.p2.g30f8012.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-alertmanager-rhel9@sha256%3Ad84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge9aea92.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9@sha256%3A8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=golang-github-prometheus-prometheus-container-v4.16.0-202509091828.p2.g4c5f18d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hypershift-rhel9@sha256%3A0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-hypershift-container-v4.16.0-202509091828.p2.gddd72a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-proxy-rhel9@sha256%3Abf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-proxy-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-rbac-proxy-rhel9@sha256%3A94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-rbac-proxy-container-v4.16.0-202509091828.p2.gc38f473.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-state-metrics-rhel9@sha256%3A583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=kube-state-metrics-container-v4.16.0-202509091828.p2.g9b67b8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-marketplace-rhel9@sha256%3A6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=marketplace-operator-container-v4.16.0-202509091828.p2.g208d5aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-monitoring-plugin-rhel9@sha256%3A4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=monitoring-plugin-container-v4.16.0-202509101329.p2.gb3e669b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-rhel9@sha256%3A8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-cni-microshift-rhel9@sha256%3A78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=multus-cni-container-microshift-container-v4.16.0-202509091828.p2.ge88ad2b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-networkpolicy-rhel9@sha256%3A3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-networkpolicy-container-v4.16.0-202509091828.p2.gf988f89.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-networking-console-plugin-rhel9@sha256%3A0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=networking-console-plugin-container-v4.16.0-202509101329.p2.gaf82cce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-server-rhel9@sha256%3A3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oauth-server-container-v4.16.0-202509091828.p2.g3739138.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/oc-mirror-plugin-rhel9@sha256%3A43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=oc-mirror-plugin-container-v4.16.0-202509091828.p2.gb137a53.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-builder-rhel9@sha256%3Ae7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-builder-container-v4.16.0-202509091828.p2.ge77895c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-rhel9@sha256%3Ad61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-cli-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9@sha256%3Af85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-console-container-v4.16.0-202509101329.p2.g6cfdab7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-console-rhel9-operator@sha256%3A5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g04f80fa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-deployer-rhel9@sha256%3A6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-deployer-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-haproxy-router-rhel9@sha256%3A7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-haproxy-router-container-v4.16.0-202509091828.p2.g7c4b472.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-hyperkube-rhel9@sha256%3A57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-hyperkube-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-keepalived-ipfailover-rhel9@sha256%3A8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb58673a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-pod-rhel9@sha256%3A6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-pod-container-v4.16.0-202509101633.p2.gf455c46.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-docker-registry-rhel9@sha256%3Ac259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-registry-container-v4.16.0-202509091828.p2.g072c544.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tests-rhel9@sha256%3Ac14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-enterprise-tests-container-v4.16.0-202509091828.p2.g3b44fce.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-state-metrics-rhel9@sha256%3Ace032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openshift-state-metrics-container-v4.16.0-202509091828.p2.g59b8a0f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cluster-api-controllers-rhel9@sha256%3Afc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=openstack-cluster-api-controllers-container-v4.16.0-202509091828.p2.g3b972b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-lifecycle-manager-rhel9@sha256%3Ae4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-lifecycle-manager-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-registry-rhel9@sha256%3Ac63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=operator-registry-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-api-server-rhel9@sha256%3Aa19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-api-server-container-v4.16.0-202509091828.p2.g5c16119.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-csr-approver-rhel9@sha256%3Af47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-csr-approver-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-node-agent-rhel9@sha256%3A2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-node-agent-container-v4.16.0-202509091828.p2.g720b502.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-orchestrator-rhel9@sha256%3A3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-orchestrator-container-v4.16.0-202509091828.p2.g302f47f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-agent-installer-utils-rhel9@sha256%3Acb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-agent-installer-utils-container-v4.16.0-202509091828.p2.g6e6bb40.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-apiserver-network-proxy-rhel9@sha256%3Aad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-apiserver-network-proxy-container-v4.16.0-202509091828.p2.gca81b6a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-installer-rhel9@sha256%3Ac91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-baremetal-rhel9-operator@sha256%3Ab24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-baremetal-operator-container-v4.16.0-202509091828.p2.g84aeac3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cli-artifacts-rhel9@sha256%3A29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cli-artifacts-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cloud-credential-rhel9-operator@sha256%3Aec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-credential-operator-container-v4.16.0-202509101026.p2.geda2ed6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cloud-network-config-controller-rhel9@sha256%3A1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cloud-network-config-controller-container-v4.16.0-202509091828.p2.g66931aa.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-api-rhel9@sha256%3A710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-api-container-v4.16.0-202509091828.p2.g5830a10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-authentication-rhel9-operator@sha256%3Ab097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-authentication-operator-container-v4.16.0-202509091828.p2.g0e39ace.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-autoscaler-rhel9-operator@sha256%3A58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-autoscaler-operator-container-v4.16.0-202509091828.p2.g70164fc.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-baremetal-operator-rhel9@sha256%3A0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-baremetal-operator-container-v4.16.0-202509091828.p2.g4f6e4b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-bootstrap-rhel9@sha256%3Ae06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-bootstrap-container-v4.16.0-202509091828.p2.g27bfb59.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-capi-rhel9-operator@sha256%3A289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-capi-operator-container-v4.16.0-202509091828.p2.gc699f6c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge806159.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-api-rhel9@sha256%3A5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-api-container-v4.16.0-202509091828.p2.g5f9522b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-config-rhel9-operator@sha256%3Aa61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-config-operator-container-v4.16.0-202509091828.p2.g441d29c.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g14571e8.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g439826e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-dns-rhel9-operator@sha256%3A418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-dns-operator-container-v4.16.0-202509091828.p2.ga4b1cfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-image-registry-rhel9-operator@sha256%3A5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-image-registry-operator-container-v4.16.0-202509091828.p2.g0f1869b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-ingress-rhel9-operator@sha256%3A92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ingress-operator-container-v4.16.0-202509091828.p2.g218159f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-apiserver-operator-container-v4.16.0-202509091828.p2.g511bc43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g95ceaa9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gb3faac1.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-kube-scheduler-operator-container-v4.16.0-202509091828.p2.g630f63b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.ge825811.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-machine-approver-rhel9@sha256%3A83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-machine-approver-container-v4.16.0-202509091828.p2.g7685374.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-olm-rhel9-operator@sha256%3Afe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-olm-operator-container-v4.16.0-202509091828.p2.g27bf70d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gd26f300.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aa11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g2ed3cf9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9-operator@sha256%3A27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-ovirt-csi-operator-container-v4.16.0-202509091828.p2.gac852f3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-samples-rhel9-operator@sha256%3Aca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-samples-operator-container-v4.16.0-202509091828.p2.g6dde573.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-cluster-update-keys-rhel9@sha256%3Ad5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-cluster-update-keys-container-v4.16.0-202509091828.p2.ge847858.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-container-networking-plugins-rhel9@sha256%3A19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-containernetworking-plugins-container-v4.16.0-202509091828.p2.g5f9ee06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9@sha256%3A447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-driver-shared-resource-container-v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Af264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g1e1194b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gbc125de.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-resizer-rhel9@sha256%3A292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-resizer-container-v4.16.0-202509091828.p2.gbdf5bfb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-external-snapshotter-rhel9@sha256%3A945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-external-snapshotter-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-csi-snapshot-controller-rhel9@sha256%3A146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-csi-snapshot-controller-container-v4.16.0-202509091828.p2.gee32ba0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-etcd-rhel9@sha256%3A5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-etcd-container-v4.16.0-202509091828.p2.ge7911c0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cloud-controller-manager-rhel9@sha256%3Afa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cloud-controller-manager-container-v4.16.0-202509091828.p2.g26b43df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-cluster-api-controllers-rhel9@sha256%3Acb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-cluster-api-controllers-container-v4.16.0-202509091828.p2.g02432df.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-rhel9@sha256%3A498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-container-v4.16.0-202509091828.p2.g5ed71c6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Aa66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-gcp-pd-csi-driver-operator-container-v4.16.0-202509091828.p2.g799327f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Acd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ibmcloud-cluster-api-controllers-container-v4.16.0-202509091828.p2.gf19534d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-insights-rhel9-operator@sha256%3Ad465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-insights-operator-container-v4.16.0-202509091828.p2.g246e4b2.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-rhel9@sha256%3A495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-altinfra-rhel9@sha256%3Ad33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-altinfra-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-installer-artifacts-rhel9@sha256%3Ae016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-installer-artifacts-container-v4.16.0-202509091828.p2.g70645a6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kube-metrics-server-rhel9@sha256%3A30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-metrics-server-container-v4.16.0-202509091828.p2.g9116b91.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kube-storage-version-migrator-rhel9@sha256%3A1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kube-storage-version-migrator-container-v4.16.0-202509091828.p2.g6f21332.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Abd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g3db7610.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/kubevirt-csi-driver-rhel9@sha256%3A15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-kubevirt-csi-driver-container-v4.16.0-202509091828.p2.gd474c42.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-libvirt-machine-controllers-rhel9@sha256%3Acffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-libvirt-machine-controllers-container-v4.16.0-202509091828.p2.g4bd420e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-rhel9-operator@sha256%3Ae06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-operator-container-v4.16.0-202509091828.p2.g0f08bd6.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-gcp-rhel9@sha256%3Ab73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-gcp-container-v4.16.0-202509091828.p2.g8851888.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-api-provider-openstack-rhel9@sha256%3A129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-api-provider-openstack-container-v4.16.0-202509091828.p2.g5ada1cb.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-config-rhel9-operator@sha256%3Af30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-config-operator-container-v4.16.0-202509091828.p2.gcbd3b1f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-machine-os-images-rhel9@sha256%3Ac0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-machine-os-images-container-v4.16.0-202509091828.p2.ga99847b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-admission-controller-rhel9@sha256%3A4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-admission-controller-container-v4.16.0-202509091828.p2.ga15bf45.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-route-override-cni-rhel9@sha256%3A2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-route-override-cni-container-v4.16.0-202509091828.p2.g73594f7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-multus-whereabouts-ipam-cni-container-v4.16.0-202509091828.p2.g467d84a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-must-gather-rhel9@sha256%3Acb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-must-gather-container-v4.16.0-202509091828.p2.g774a4e0.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-interface-bond-cni-rhel9@sha256%3A74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-interface-bond-cni-container-v4.16.0-202509091828.p2.ge688065.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-network-metrics-daemon-rhel9@sha256%3A34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-metrics-daemon-container-v4.16.0-202509091828.p2.g1210db3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/network-tools-rhel9@sha256%3A1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-network-tools-container-v4.16.0-202509091828.p2.g234ed43.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-oauth-apiserver-rhel9@sha256%3A5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-oauth-apiserver-container-v4.16.0-202509091828.p2.gf09a9be.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-catalogd-rhel9@sha256%3A83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-catalogd-container-v4.16.0-202509091828.p2.g79975a5.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-operator-controller-rhel9@sha256%3Ace86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-operator-controller-container-v4.16.0-202509091828.p2.g80b8649.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-olm-rukpak-rhel9@sha256%3A28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-olm-rukpak-container-v4.16.0-202509091828.p2.g282cc84.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-apiserver-rhel9@sha256%3Ae49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-apiserver-container-v4.16.0-202509091828.p2.g2f30dc9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openshift-controller-manager-rhel9@sha256%3A2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openshift-controller-manager-container-v4.16.0-202509091828.p2.g326317a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9@sha256%3A098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-openstack-cinder-csi-driver-container-v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g85b5209.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-openstack-cloud-controller-manager-rhel9@sha256%3Afb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g83d0aa3.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-operator-framework-tools-rhel9@sha256%3Aacfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-operator-framework-tools-container-v4.16.0-202509101633.p2.ge48ec38.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ovirt-csi-driver-rhel9@sha256%3A27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovirt-csi-driver-container-v4.16.0-202509091828.p2.g1db726a.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-rhel9@sha256%3Aa8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-ovn-kubernetes-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9@sha256%3Aefb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-block-csi-driver-container-v4.16.0-202509091828.p2.g26162ba.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ac88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.g9c5dd8d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-cloud-controller-manager-rhel9@sha256%3A446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-cloud-controller-manager-container-v4.16.0-202509091828.p2.g20e6dc7.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-powervs-machine-controllers-rhel9@sha256%3A26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-powervs-machine-controllers-container-v4.16.0-202509091828.p2.gf646b0e.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-k8s-prometheus-adapter-rhel9@sha256%3Ac96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-prometheus-adapter-container-v4.16.0-202509091828.p2.ge4f859b.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift-route-controller-manager-rhel9@sha256%3A1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-route-controller-manager-container-v4.16.0-202509091828.p2.g5da234d.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-sdn-rhel9@sha256%3A1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-node-container-v4.16.0-202509091828.p2.g53fea06.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-service-ca-rhel9-operator@sha256%3A87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-service-ca-operator-container-v4.16.0-202509091828.p2.g538c7b9.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-tools-rhel9@sha256%3Aa51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-tools-container-v4.16.0-202509091828.p2.g4c7883f.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-ovn-kubernetes-microshift-rhel9@sha256%3A16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ovn-kubernetes-microshift-container-v4.16.0-202509091828.p2.g4ddb313.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prom-label-proxy-rhel9@sha256%3A8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prom-label-proxy-container-v4.16.0-202509091828.p2.g5e14722.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-config-reloader-rhel9@sha256%3Ae1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-config-reloader-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-rhel9-operator@sha256%3A0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=prometheus-operator-container-v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=v4.16.0-202509091828.p2.gc7262a4.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-telemeter-rhel9@sha256%3Abfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=telemeter-container-v4.16.0-202509091828.p2.gc1ecd10.assembly.stream.el9"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ose-thanos-rhel9@sha256%3Ae76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=ose-thanos-container-v4.16.0-202509091828.p2.g85eee25.assembly.stream.el9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2025-09-17T11:15:03+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\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.\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:8e67463f5d411e5d311591603d0f5f4005a0f0ddf0e04e9fb9fe9da736e19f1e\n\n (For s390x architecture)\n The image digest is sha256:ecff9d7dbcfeaace4873aebb8c688e1374469963efc692e2452bc692476f86f4\n\n (For ppc64le architecture)\n The image digest is sha256:a8601824aafeafc42456d0699921778b9a2c8fe423b01dcbe328978c60243196\n\n (For aarch64 architecture)\n The image digest is sha256:779068a403a1ef8990ace9272966f6eaf31165b8937a7fbfe4a1ba1a68f332cc\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2025:15680"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:0280cd999be8266da8d1880aae105d30299d3707369ac8007f435dc63501acc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:4ddbd331e0c539ac319ed4f3b0f9d78f6487f930a866543d07bf8b96ef28ef83_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:af51d682e563a8922097fc359c05d4dddb6b2c49dee761ebd4f69a36c66661a9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:dab954617ab503c31b7e8314a83b4c3b482b113a871abf3fbaf87faca51fb9cd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:511e52dfbb4fd0d4e7eebca8547ff0d2b56c395cbb0b91594a196d4d1208c0f1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:bc29261863ac5eef38b8a7f80804d1a287b2485341b9828096c244bcf0de943c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:d460a4d283a981b1eaf46db1bc934cfb94e53ddddae1bf3198dd5298417973ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e5827353344d3e73a80d15ca83432dc320ef744cb426422ad998788e61adc8bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1d82d8115b795c0e8f7747e4184f621592a90f0b220ccb49c201c545ef7e6cd6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:480056a80675e5341f5790eccc4330f5f6362f94894abe46adc104e80cc02f74_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:58f99ac8393cfd8b2eea41cdad787418b809fa9c487c951b288a0eacd5670812_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbf4e7b8a0b9bd85ccd71e16b31286d93dff141d1dd9575b3e2488ae43e53460_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:8989b429e66f2ff2d1390a5ab57481333d747547cbbbbb23b95be65d3a21bc48_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:9f93fc31523fd8ab192b10a9ce8ee2ad31d39c282d53f1b0cf362efd30d2d594_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:b132917dd2c60ef8a973a6d41966ec4012453bf90b27ae61b70df6509414802a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:c1bfa02675f3a4d43d7922a81dc296238d16f60aa1e3c14a17669b4348645ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:257df61798084dfa7a27940c7ad1845e6221621d04d219b93da9512f441e1b4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:72f5419e276fcf696918c7cec5c86f6cfb3a3cce99ad7ac9862b8e84b7bea8ba_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:ce62892b749cf63ebc776f6665680adbda883ba0315047f32b669dbc695a270a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:da904e0374db597ab8843ca4e0fd2e8dde5f5008cf98f11640501fa3a2fbad6b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:353d95bfb26e9217a4ba4e3b2a3514fd9a31582815bbd0f2fb3b69bc9e0e76e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:622ce751df2051550e258bfb7e5ae496c4dcbb9715c6bb25e58084d5343f4d48_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6f2d27cf22e3472f5587458a44b5b73986feccdb1df7eb29cdfd9168742f7ed2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8197668f09f79f95affaee6f2d90e9a7685af8bca03c9e74f7f138268fd669ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0786dd4725983759b9d529df3973e98e831d56ee568cd3472cd2f37d894617e4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:17ee1f83bea6614db4c096c601988ede5c84cfe72a1fb203a60af95e37cf15a9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:30a1b50136614720a49160d7ebba2b1493a9ec3523900eeef0fc35048a12160b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:ef701d354efcc0e316f4e962c169935d14afc6bede3dadde885c06a9e38b3216_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:15a665f49dbf386e54e9248ede97b79a61bbb696dd6051ec09ff723299768ace_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:88b788cf6436b4eec3e4c2733d4cfd204dd756c02ab5e1a995e4e726191ed1c9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:b58429bd851853090d4809272110f3a68083f34880ed526da7a5a7b570379b8d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:cfc397c7956f2dae19c3b0c9c45010180129042cc6dab6f773f8c85aa2d806ee_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0a422ddb86d0dac280d959b6de8e0d9f66f97edce6f5bc5359c0cac5409534fd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:1fc7577b25a1583bfd0275b130a5bb77ba554c4bf60c4ab767f2cfe4a352d51b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:360b350e57fca407eb9db1342c32785c0074d5d524ae9d9899789e1e34c3255a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:525f84e6804c1921354f70fc1f48175427f248490c4f1174ef364b1487a33e27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:06c55b81fa83d2275e7712b59ac09d1d2ba5c29486fca53d1e4d4862dd944c6d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:11e15037c3f8972694ce4498f155007a9e626adfeef8c5385fd07f097ac8f3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:43ecb26dcaa2115636927953352bc9fbff656d4fea946463a22821c234fb8ab2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1d8f88179c53e2ebe14d82e3967eef5e51355864e621c3adbf7b8119617d2a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:0ab38578e16826287d0c922905063fe1ef09374c8b1d1486ca33e8fa5ff835af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:1c373a5bc039a393dfb21ec0b9d5fd1a503e02f3c8c9a9fa9c3aaadd88190da4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:65e955645b96c45553f63cdc72d4df555107848fe4403619e993c772e3e39637_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:af1a076da9460b2c41fa8b7fa458a19da4d5e18779fb3713b40f3d6ea4fe3481_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:87cdf86374058ad9b4ece64668a7f8c7040cc8d1be6b3108ac5c43280d3ab6f7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8d19f0518a5d8fc0aaabc936cba776105159fc035b905888bee3799537341dbb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:992993b4a0f34f274122fdddecd6d0bb64c33433ff588382722272d528ffe31b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:a19162452e430a37ffb8b8caf5c9370451e5a0e7f7945ca1efabfcf7726b530c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:80e2da61d3976d08386dd66ffd403037c67fffdee4dba2bb4e6ee660897c6696_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:91a28eabca2edad877e9b52b75beff23a51dcc23826b7111c1b2146c29cc639d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:9a12594e1ed235cc55444e899c0cbb9e5d186219f7f7b7b40189a64324bd0a21_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:f47bad765d4b129628097345252636b5bb61bc68face3a84b72a5821a10d870a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:015cce4d057c60f04a3bd4d3ac52200ed44f466fc3bfb81f5c2d95f73233d9d6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:2c198260c52e996ed9f63a994205475d98fb7f08618e98224ba5d83714012aa7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:30fa1791dc768dc68392b4478c8c0f4f31306f913461ab3fdd3d146fc1ab25ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:dd57c235a8b9c47a63cd76f9d0dc056fc5f00ba14e1bcf3603e24dafa8862bd4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:14a992b23dc28b39420b8879b69b0ecb9cea4323f0d36be2ed11c2a5f9318712_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:3ba9341004bbb2cea989dcda6c53445d82c2c6e85bce7830430d0bc3a6f89e55_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:829ea6fda8bf70a8c971e1faad4bb152ff9d6a6e6fa5d91c36772282bebd3c12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:f4ff2331ed250e0ba045ba91df5bd7c7e2fa596271c93ad21539ae3c453bf2db_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:373fc9f1df720009a98619dad523385ca3c202a8fd4f89f314e8340698c48d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:67436795b6758c5c77df5c3afd0c3ed6eb5f2dde7d0ea9aff8779c26a14a380b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:cb23a7fe15b29c8c332fa0508b897b3fd4098157c1ccb150e4755f4f6381a8ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:ebd2a800c6006f8c8072212fcb5d33ee3f764ce8cd4db88c095c6144a5088cda_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:7b4d2d6cf9ab5282a9af46fd419aefff8155277b061fd24758735710c8e2a0d2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:dc4347ccacfc45c98f7eec1ebf47e306e1180ad5b7be9109928d452b6eea92c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:2d4126768655d1acd303cdbb08f584abcc42f7d99408ff0f0256322de0c7f410_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:7edbd260b08a542a32866cabc2b643ebf865e11bb9e1aabf73e8cb550c85801f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:93409046842d73fa215ec6180035ca502f7870a3ef22747ccca62b8d4d12c0df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ad69327f22191e30bd74cc4490e9c1e85f7ea1ed93d671fc8679ca928741e971_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:5ec8fc98ece30f344b53f1a80470410a50dbddf580d18a724da31c63f17d7771_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:a209432b941f4a1b69e5c256e853215602dbb74569a4e5c6af2f8d2256ae4b7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:dc56cb671085644db1de1e3f092d3cb3564abbebf366e54431e95f0c50372b4d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:ef3c7065d6e07cf412989ca17090f6f6e6b4a7e38be5bcdccdbb2dba6579fd16_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:4253a5de9458cc41169d7d7f2d284c90f1793531f279acdbf461a4552de872da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:6f521b5e43b354dfce64d362402db478e3565e9d323eb26bbd562ebc8af56c4b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:5cd946a35b623248c4e48e8e528ef4cfbedca849dd5a87aeaf2ae3a798a54364_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:623fc46991f45624a2c00bce8408dbb44f0a6e0dd9efc4b108bcdc9fdc7cd1e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:7ebfb696e44cb98750ba2b5f39ce75f63a7aaa499a123d7480be386a450091ff_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a5061e31c81a7e3937906f7d8fee336141def1ce3bb039e02eefd13f9c19dde5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:04c5d58583d28a62f07253ab046a4c50b7c07ce7da24c1ba20cfaad29b885cbf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:be560c9d135ebbcee83a7b3c9d3e9dbc42f95a5308eccca2b39ecd345b8f2760_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:3cc31caa42ca0e190f8012073f68de5896611ff8fec49e9dd418f60039123685_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:93f2a9ca9300d518ed151d032be40d8290e19a95ca70bf786877b9d395004421_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:346a2f7b4adcd7bc1bea6f6596f87c63b2acd394710a743554cfa24695ca69eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:69e6606df193bb933747916fc2f280cfcecd2807524898d77b9c83db4e1de9ab_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:9bb6f7e57d315d8a9bcdf38ca5cd742634d41e72d1afce653fd79d02a3d3a51d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba9f185ec7a048d1d2e4564d472f919e354a942a9fc8ca18b1755ed47f9cc2a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:7cbda1d6665650ac796bc40c93fb5ac507dd61a616aba3ac27cfc354139c5c33_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:cc6a6270aa76957c1e1c19c3ed4c04156f4ef783966a2c07b09b5b1cb4a2d694_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:32ad3892d8cab796a11b3aaacfe1dc7aea538fcc42c9e4701c2953385e33ae76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:838cb9b0de4febdc7bbfdb040bda26754405e8bbbab4e06ee6c61ad83fe4ee8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:41dd7e5b535d857c9e0735f42c30318ff632bd1c6eb7e0f9f678ec4c90cf7f85_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6988f2b6ef36ac7ae86eb53ce212e69ec291589770aa05d5c92e071f595988b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:5561e1f132712fe7dec798f31b15b5626d39fbfa84e72bbb98c943ad83d5ada3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:d3afe4e47c3d6a6df4f920cc679e296a6ad06cfd15504aea379dca8e39a4a31f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:29d1341291645d1df34c1ca5a32ed581316abea508b40831c37acfd344d1f527_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:6569cc4e2978f71a226b20e08359d162899ac43f8e98792637e0f62b7d1e2725_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c91f145f01fac746f9dd79d6ccbc486fd406321a693b46ceb3d29b65a998b4da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:dbe15cb3f97d885f02681e87db34655b4180ef4fb71812272c9b8c367c889ebf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:50291ce3b0446b17fcbcd32d1f1e94d581df1d45e58a74def57701b1383b15eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:676e37a57e1a11d592659d269f26ba5defaf6b57c545960081d8220a7f74e414_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:6f9bdb86dc6e773cdbbfd970634302221ec2125ad0e0dd662d8b205eb3203925_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:a276ccc97a7b8fd71df5d2919d34958474de46914830f9b3630754a3f7661d98_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:1c790b4a5a183b575d4ee2ed93731351551caa28083098ddf6189a7ecda9723e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ad9559cdf4e65a3f9c9d74987598c2561c3ef3dc60730dc7967cece87b4bc03a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b24d355319afcc4a7ec1b362c3a25ab140ce8c8d0f567636cdf3cc2da76ea6a2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:cb097d0a4cf6a6894d2dd0a83d96711d771c11c04747730482d00491ef04c875_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3a0526158a38bc0f996a94a8822eae043c73a07c00340835ed98648bb5ede371_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:3ad8a4a068c402ce1ca74bb29806d9535113ca29b433e116d073d10361d811a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:78c90a8e0d6129478099b81ac74864c93f2f7b787539b434ce93379977ad99e4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:c52dc9f2ecba030db3a991d5211d789128c6518fa70ad4aefa2bffd7e7b7737d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:2953049ab9fa647593567aae8d230aede34fc8fc25865cafa2b80a59a790acda_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:29908ee97fa671d579064fc4c9dba0f556b89306710cc1fea04bb2ca551e4fa2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:9cab670831b1d3554d018684e40a534e55dcce47a6f8f00406b7ab72ef0e5bb7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d465ed239afa4065272734b4508a17643f06a39cb689974bf777b7ba9c5337eb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:14229ea6d7ea59e4d69512e0d46ceb55327a7deb520a7e7c2e90e47196d1a17a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:1c7b55288e16577881d8a24218b3b783857da048d603f09fc245c383ad3db270_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:bb4a8bc89ebb9857c528839ff57fcc199b655fae40ef788dc473705a5e2bd1e6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d61e10b5e9cddab030e0aaab3f94cc44866ed8fcc97eea94a2f6a7bbbfa90a2c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1b550166dff42b922bf94d7f3744aa39e85b4dac743e0b9d6f7a440bde161dec_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:28bb438df8d7088c759e81016a0574b2d09d792191b03ec75ffbcc3b26070b37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:60fac901979f7e091e3b127e349a5b3650c78987785b4847ebe4040ea6adcd25_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ec61ec4dd441e880906e9f2403a40c897a4da1d136cd80da0e6cdd7717dd53f1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f8fb4f6c5c0d4f45dd9222d5272373bc12fb079972f06959e8eb3bdaa5dd9d1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:2dcffd363dbad72001150ce751642b421d0857587acac92d89a890ed9c0c2391_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:38a97add138c6839a9fb570161cb05bf79c81bb227ca7a0fe79d9e31521d8b3c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:710751a7cb1d19619e3fca1b8276ff7bdaebd240e689c26f4453f327b78417dd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:1c15d4aa5c390730df20366b07d128a8c7862113b98d15a438594003cb2f0615_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:956ee8da80b7599ac70c77d19be3ed29965d196dc7ab36a41298ab1682639fb8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b097fcdba92bce19911cbe9e25410df283ee4c0488afe8af247ee01a066de3b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f10b33bdc861c41e719a4fce3f20f156d2856894d40a663e9e3d9088191e5149_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:0989c7529f26c6078a92b4444f3a6117061f29c9fbaef995674fb58599820925_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:2e465ad0ca78af0129587a4628a738c157666ac8f6ccba209f2e32b1364d733a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:57b58be9011dceb0ba7bc742e0ae3b00def39afb84f2c027dafad2358d41e0d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:58297235522c1c2f89c221eeb63544ef9c33378aa424506a8f1905823204190c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:73b5393b40fa952f7c976ae49e4caa704aa3e21d97707cb34d75b98416bc20c4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:955264209ed17f707b046a7dc3decb6fa63410401933bbcdc6793fb8904fa6fc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:c192e5144074b65506f55d0f387ebed8476ee2b0453ab1fed74f4833e4399d54_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:f5db020babaf2521040718a94234cae19f6730d2d0297b2e67c2aca1e3386591_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:0e1196e981f4573846deec080f6e4ba4455871ec565b7f85975dc1f1477369b5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:1c6ce9eeaf217de3575b8de60a7cf8cd9d5c1c01f267fb585045795a6afd3776_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:c9c0894232c9385131586142752c769cf5a324328b6858c6a5a4ca4e0be00cc7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d8068edbecfb3d3e6c030fbb20b5193cc9f257afaa1d31a820f88de60ab8acb5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:8a0101be5a23db957c32735a5497e1e4b2962188abf9e0cb6c33cb39173a5817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:94e119d1eaad76b6527e98457718cdcf5c19c86b7ab65805f62e54435e3e1716_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:bfe6d9f100afc9290128b2779bcff5e1cb6ff87a43824811bca8576a83730708_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:e06ab0092b2876e5033b5330130138a689f5fda2a3c08b020c94c79c30748f5b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1425e023ef5039834d510438d9e63c513388066ec2ad5511cf5771424d56cc06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:289138edf6f6c58341665127aa20536bee140c44d0c67ebdd3f502c738d0d974_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:38953080d7bf5346bdd1651f8e31396af1ae5c54df946bb721008c68097abdd0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:a267d9c89c04e4ba832da2022e67d8949fb1fe94ad58bde513ac17ec3a88057f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2bdd00bc1bd3d48c0b529960416d45da9a8850767afbe5a97b8db294729476dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:6c39f008dea85a9dc3c24095112f872b14c703a43ea7f6129c7c52121f6db4c5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:923faf19852035203f0e068fd5cf6d74387e6e9b9aa1776ebda71c906ad02aec_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4c5c4e76cd2eceb3039cacc3548ade51346a248fda2705e47e35fa65e5ad640_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:31ea2cbdbe431a14c6304cee710bb9d1c3c0eabb69635d38952ac367219c7d8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5868a1b0915382b4f0b633e268924a01ac3a1974dbd2a8f8e926f258de194f6d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:9c0ca1500f75cfde9509693fdd3b1d0c556438ac07ea8c8920863ffa212e562b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:d02759a980df22cd3785bd233794788102b5c1a8b7342f12e1d92eec7da73f93_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:99d7ecd21bf5a70ae823f841c439f7c18802e0580b1aa3f46da33e0718247c62_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:a61e5b75fcbc32a5ece079453f9e2c6283f332b4f2d4946d0146e79a262b0e3b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:aa5d56a541a0f75715e26932cc3f0ed63a1d6bce0e0dd049868958b9eee50cea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d2b5897e8b9d0f4749c047802fb05b515d4207e5e0fb335b842654eb882e2b8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:50b05e2d0006680b3625a27f8beacf8879972f3e4b6c33c60bbf06b23781c1e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:691b538ff081235d2fd3c9656c25a6bde1c991a1c871b3788b54836be2a96db4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:6a9c5ab8262d821a551e6874c493ad685b9a59dd07f2d58cfec99dfaa6f1193f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:7103e01e0f84f65c8e662a4a02bde09a8065f7ceb69e8cb69e7b0b5abd09a05a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:3145893f39c2cd74f4d29ba260bd2ef552e521360575cb88c72ddf328501e187_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:51b794c32ff8e152d31c6278f7939b1520548359aedf89246131d0164510f3e0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:79c58446658b6a10813b4cc188e564059ed0693b71dd675346c06d14b593fa04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:dc5bf2f997d213fa82dab5b6d9d370ddec597ca26fb5a97817f1bfa4785d5c6b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:11abdb9ed672f98240c7b2036b642b1ead14a8d7f3eb63d90f23fb5afae9db68_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2f25cad686bc44528eb63dbe59c440eb6726ead2bf652e3563dc8e07ea7d8c11_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:418a4c944511008514be225442dfe3d8fed6404bcb1b3a65e5c34c6eac6001d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:57ac7e21af190f18a37ce97ee67a99ab0d617a3826f0fc85e7c454b68491cfb0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c68a6d71025b9c5282ccb85491a1ee37d5eaf098fcf4a843b7298985f8c3f39_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:ae25d3b8afaec6afa8407f3a2966bd2c2157878248493b09e37d3fc724553494_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:dae8c78ca66f836c5f0a3ebb52ba7636abfd3a56158e834976c59d36efd211d7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:eb3a7d71eb139cca17cc85a9640b122caa196a6dfdedcb0ebe22217be79b1fb0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:5a13661c114882729e5bc59d56e9a8fda4de1826df39a067ea21a1ec4a843be9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:9e4819851affebc6f50109b975c3d666f72f0467d7f3c3ff10547484201e049b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ad27ee18d8b5a6da2733516655ae4db7004c6816191bfcf3e37b2b1a28d4a8eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:ebb39235e38511310e3ae7eb24d0d73d1cdc19c2c4062120ec3ec5485dae7921_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:0f76d2728e50ad832f5dffb860c891935dae717d4a39883cb356144f000ad075_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:2d309f8ef66fb1ed7fb7894802628556c26badde9d5524e87efa01527e80e854_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:56dc56eace051f066bbc3fd736e04269132ce35a37574e71ed3070de27e550f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:92c2dd0218d0a2382d9a086af4a429c452343fe1d8da9cbada7963d972050b09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:2e387522e6d61ef63d49869c11cb05d45e89be3d8364daff728c145c80fc4f11_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7fad223cc67402de601b44761515d7fa50f7189fe63d8fc5042e429303eef4f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:b21f779f4f41f3120f256490e7e5c55cd7e7ba649173c60b9b20f096bfbc976d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:bb3e93b385454d414867510c73b01a9e20d74db9ae84a0ae763b1b5c9d893f5a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1bac36e54b4adf38c17ad881f49b2cba157b16aa4364f7902ba1039a0224ab45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:3fc62ab275209c047dbec43a42066d25bbad03d39fd0e5a8e09a490dc5522d9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:d201fc7805ec20bc7d59da379d96303b5fd8c951d2fc05e16fa1c5ea93949dd0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:e70cd7eafd3c464d6226de2bf0e4227c6455c25f1f84869b32ec72c75d84b73f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:704c85338f21c298cdde45477085e8c0bdcb59164e253363eb5dbe0875263f80_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a64be211bb2ee9507d98d1d1d45c7825b3188c49c25969236133aaa140988362_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ad33e0cc25aaec75f4d34c0e74cd0357a7c9f5191faf357bd0f06a3bcbecee0e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:bcf3f1f4bdb190e5f95b3f8990ffd65dfb61abb855e4c86b192af30cf135222a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2180a05527042d693431aa90a0bea88ce290568adcc96774ad5991266146872d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:68c61890e718c1f57f5a8974227970fbc6f690573487c3202742e7e224a2c120_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:7992bda13be7015230f475709518ad4e288fa4081131931dbdeec7d2a322c600_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:b6a291ee0fd911add8ce07fd3d51b12ad4f6d8a114c8a29e4438f6bab4609d9d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:857571fac1057b318fbf7c1ffcfc54f34f8df96c7d5645f70c57722f309d75ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8d75f3bf3b903758a7965e088c5c840474827db7132d11327c63c9c6f946058c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:914497087aed95ac773832db0fbbbf3d957b633782efafba2d72b6f13de19f11_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:9d9df38b12e69a891fe5373479240db2b1f9fbf325515ff8be95c268a4ba6d93_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:20a40af563ff5479fa7fc2b12cf21826aa4b005b9ee040bb75cd9211185cb192_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:554a7eab436602816d0a6557dc679a7e7fbb0f9b6255b6edb5b3b6647121ca27_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:83d7a41291cdd6733ef2f0201465e23571bd036f80932ca33ab02e2ffb8509c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:97459f83b968ed4880754866ae83b02143eba710edc7e1c5bf9646fbe995d2a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:260724c545ef4142056043e9fb35c43015da3ddc0565abd3e100d6f1d2df54a7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:87d2b258f62ba2f04fc4a9482c88a5c6861ac8089223e4f2ce525c2ab28fc3ed_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:958a2b7b2efc5655955788aa4f5d0252e2a28f958b3c2e2421483e01bbff2698_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fbbb65cf3c52b5d7c140ffd7f0148d7f3f19c95966c9509602cb7625c7954697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c0fe2f1a5a47ff8c8963afbe986e1726488816ab8fab975662f73650fb7bc77a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:d3a592de56e910b2ecda48d261d643e82a0d63256e8171bfa39a63469c105efc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:f20d0c3c1fbecbe9fa600686b3114f4d34ee2008fe5d1b29ce527d03e436dc0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:fffc5465df2d9de6ce9a6726af7cbd20f1aa5efe9652d2eeb77d30948d89c0c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:5b99ec7fc6b65b206aed051a1024c55f06dee59f89ccada9fc30d444b6475c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:92013ef0c67edbbb24a51a66e5300074564c46ccdb0d9d79da6cc4911200ea76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:b7a569eede0a029bc82be59b3300e1b8aa1a34220edecc7f91c5a66d52f150b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:d8c681a0d145a6cb9be88fdc9ddf9abcc85d6e55832d79d9509d2394d9f22f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:b0a48e0f20b041857c28d9184f4e7005aecc5becb106c272716b09fb17e981bf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:caa1104b2d578e1b006c497b929afc1d1a0f7de5ce0129e884c702d1fbb03918_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:db1acec591c2feb298652cb7f9d6e18cfd0b72c3f70c166977600860e46018c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:fe13b85c6f2d468c336193310f248852e6ca8219d56745f2258347ef39295cc2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:097483850bd6ebda62514ae5d86b181742b09c7420faa337ae01b8e605ee1f49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:448d37864ec85777c15116beafcec29635c8dc8faf28a22eee72bc0424e642f0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:8e0830f211b63d8b1e3792687f51865a874a3c3e812a6b81f3bb2a54152c3561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9edb8fbbf77ad5191e163f67c1f10d762df8fbae09069c5e01ae30ad7226ab06_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:a11c925d72d8b9b47580ee2bc5a8297bc87c134b85c08b9f6b4f254ecb9dc3b7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:d0d3881fd1326fa4e47664bff7a65d532fd2d9d445db6e4ad2d42fbb7884424d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e41674096836e8d8a9f9eebfd7464ffe56a748f843071b2772c7630a30e255fb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:e9e06a3b8e1a67900bad7a81a47fd7d9498f0312dd12b381dd1f495f3822f931_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:1baa2197c21059d6c097ea21e7fff7d0205c305afa2e1594d19eb16101b8fae6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4f4dc678cd8afb2b666360660a23ae79094dded27b9b635cb3cad0b0f4d691df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:b866e2b90b49ad794143637055a677992663d88a528e59bc0d3fd78913408b5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:bbb835edd5268815dcf8d04c97f52a8e7a183ba05b131b38770ad6f75077bad1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:5185a2c5df30bf0e32e7149f185defc42457a4e4cad0cb997df90be57614b07b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ca97d4159c2cd22d958fbd48d3c9cdb9cb0eb57e5178e5b662961e38f7281cd7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d013729ace03443eac8a3467df0a096666e9f69fedccef4044b6024239544ed9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f714d9a73aff7f9d2e9e6540d6eece9e04577f9cfd78b1680f67eb94fa85958b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:3fa907a706e8278320baba1b251f9c8955016c3b89befb84546d49489ef8429e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:55f724967578c6e0ad7abf394199589d453fd5f50025123e8e37913613571dd3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9532af05a723f35909b1779d7f6825d1bca84968ba9ecafa53b24544d8af9cb7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:dd2096da22f28c6a186ed46b1f02af327aa05a45b8d47301fc339556443644dc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2334ffd8b322d78709514896eeac1c5240e942b571a71fe298d6b43ffd86d64e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:6f9c215692fbfa3f964354d14ef93a1d1a0a4e0281b555997dfdf9bfe2065d07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:b23053b9bdeae353a4e386109c1b4274a10658749dc3383d6e7d78ed72c3eec2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:d5e619aabc4c875023105dd70731fd1555326372a59864d8590cf9a9f30d144a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:10d6d34cb71d56ffedcea35218b3d134b39ce0fbfea40a9aac31873eca963a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:66d472dde4833f7ec17c7f2de66351227076e956507225b4bb24127e124e4c37_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:807718aa9b9c8a4d600f31c63117cc466d4b5643c4437dab10d660b54d19d5fb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:d6090d2c749bc358a8a94063ed9e6d218a80fba5be928b0b852826c1d7f350ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:01f4afca407f8d28f3efef12fc4df2d815334b1e8cc0a3619f7b256584279f73_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:30fcb327c1128b3da67443a8830bf32cb79984940825a305189fe40664def422_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7689c75f078c09bbd45544e1f87a5dc98396594a5248bf4926a9479b0d549cf2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:8b0e48c865271a574318facadbcc96eb6cfab7cb3682d9130a2ca774afc020bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:077519d2a4b818fed68fa74a70c082623ac404201e51920670a4390657156ce9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:1f912089bd4267ad0a69896b7f3b4ae1ff5d27f9a12a3c00530816b1bbaa5af5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5d0858dfda4405b472667a47c69e188c6570e525df82acc407b3ab6319f49539_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:69ed8f2c95d52da11d9609f0bddd08681d70394f8eaa25ebdf63cf3399eaae82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3b07e11cbefe8bba22f86fbc5e18d9fb0809346ec694d06295fc89ad4f0d1d00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:6558e741d43fe035786f0d2131f29c4d3de88281de34aeae9e79839da1c511b1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:dca721a756179f8bf33f4b956da8d225b18bc2d4a983935233360a1e00c7b87f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:f85a4c1bcc7b71e4f533443f674f3809ecc7c138eedd73268b02d44a32d77e70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:19a51afb016abb62e5953f2995953d8433af383dc1fdca2192aa6357d4f620b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:34ce665cefed6091eb8842b118a8ede32d0ead8d39d09752b59ab87152ccf3f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:5fb34e43da9672210a158e2307a1c924b313a54f2a7a0326c5431eb224ca6e0e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:a25fea2d8d8cbc95a0eb0bdb07ce5b3f3ad71f632e6d17475d6876f0e2b10087_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:35471777a4c4f43bd6b713452310b16cedb8a7ea9bd2343ee93381ab386caca0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:7de9fdb95d69ca9ee7a94c7e6ad874287f400be4954a7330aa7dc1c83fb01fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c621906d7b7b169919218b298a26993d1975b3ac5b84b053f9193ca3a057f0f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:f77fae7bea0596723b2dfcb7ab640426680d503268d170494976dfd415fa3b7d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:1851b6c13c1bc300d2f46923b711c5793888f81c5fe7b7dc350443125d47e07c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:2eca1d6217bf37f2186136d1db00e7684cea139cfcaefb39d0e92c9805f6548e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:170ea7973d96a851e699d6b330c01ac2b7d576eda7e0758f8d797170358957a8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:8d30a1a391943c90625bc4f51ccc3e3dec36e75dfae1aa377115f6a4bfef2156_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:b0c4e9298eb194ef9e9531435587378153981cda53fa5f29ac7ba0407a6662b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:be281958c25560d87a2bbfbc99493bdf722bd73d85de4e65356b874b269c422b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:69a766027d5dfb5bb939d4821d1291d9232647d5725af6914f0ace988de65116_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:78ae116bb589f6100affe8fab4fbf1d598c79b1f8c435a9df2dd110fa8271e6a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:8581ec509f6d24a3cfbf895a367e690f3562e528f72fbebb4bd0a5f459a0b516_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:f264d2011ee413539c265cf3926f6de81cf5110a94ec0ac683859416954982e7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:18ee7b10ca8f69feb3b58e55b2623399cf600aaf46bf5a9062ce4efb7abf93ea_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1af15d3e4e594523f94f4e00a54356b0f91557dc463c8493a98589eacf5809fe_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:447c755e8fca2a9c1e8ca089ceb6a39f41579c24090e86e0fab27ece74b1b911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:458a7a2fc4a9427ea5a17808f83ccb8ea86e998f34e85b4318899011c6ecb843_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:30b9e7604557789f327be7902382b1f27e2d0411807daef2927213a5354f6e51_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:92a0c2957167260e9e7043d9623b90ba7c91f1309618ef1997db2e7db49b1536_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9f2266a42ad0ce53dbae93e4ea6ebe8b06cf2ac633d65f2d482c3a32d0fe9757_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:e17353bd25c3f15381c81a220c2780c772e461485c3cc58f5bd2d8ded2487b9e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:04f7443390dd97669633d26ce15053a2730d02c8524e1c9adcfce9c1eb62f470_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:70c7a831814ef2e0d7f55d49a97199e75c5c642f46973036cf2380a152954e75_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:9d88ea40a5b3f5b78d8bb453994443aeed4551195f680d843d1c9f27186c0645_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:c5d83b524b78406c3a0abddc6ddd54a317f79c3d12206ead1aa24ca98fe1c44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:548e17f6a946f460be8a7bb71045ddfcd54a6103c85d215319c31b929c2f3e9a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:77026dc8593dd2f4ece66e97487c4082a733a11115dbfe07842b83dfda8d775f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:ac6f5d71d5c1b5710a5cae2a505c265d49827454205628d3a28dbaf1283314eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cecac9027bada628dab85b8cbc618f51276d487be559bd8fac20dc0b7e74a3e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:21140b1458890f3690501857e0186b4a425ded3aba8bfbb93cff9e7f398d8ce3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:292853a62cf2fafb5c5ea45556ccc4b7fb26d25c67fae4e8064b61a38b61062b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:73ad6226c352eb221dd00a04870da2782b0082e7cc302d2a1f0c9e4a1f8f2f57_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:80750886046f682b4105d0c7772306a0415149efad1c9cabb756eb2785925044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:13572e405121ff33d656388116feb8c28c49bb89a5fb432e51f466a73febe3ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:53b28c0df76aacb5d5f1c2eb198f59858344c4c6a2077f32d342eca35830203e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:5f2bd8f608e9c675467ce70606974fd8b21ce0dfed28f5ff29a81820620758ca_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:945b9c23d451d693eac79059dd888f63dbd81e233885492e066f71c732bb15bf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:69095fe7bb3ec07c3775df0d7a599c30ebd66a090fe0ab50a94a63838ae375d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:72a3a26cbe73c3a03fdbd811b6980f54dd0600a926c57fad61bc2dc63fa687ca_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:73b65211618c177618bdefdbe693275e124dbec81de02e575dedbfcef456c9f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:7b1c93b4713d1d4de7cb57728ee29da09657e8561eee127d04609127e744c61e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:3ca687f437727431fb3af6b835dafb89f246d37cb09ba176b8b29f8dacfaa60a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4d6f104514ebfede24fee22278865ef447b06fef2adc3fce48a1dbda1ff14cdb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:61718ebb2ab12e6baf0cb8a4eb3eb7711e9e54b3abe9bb5505a64c69b33bbe95_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:6d184f5b59471dc875c738c1ce9d86ce50a111ac75f9d54c35673698d0609225_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:044de93bb8c45f37804cf97bcda0e1e2e066579fe2170ad2b094b5a2348bf1f2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:146f743ac6967553af0446a6e2171e323eb8932ce077cfdad53b15334b1098e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:8878834175370f8d80041dad66b6e0677940d7172eaca32ab6b62bedea1f9ac8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:f7f8bea1889a817c9c038bbfdbf821fad9b5f1fa7fd0af840b363c30d244c0a8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:114b889f742b5f631a837a05564f114b0491d0ca554fbd5fd2e875fe79e8e070_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1fb4a74849f9d2d6f470401264ecf8dcfed3433b2806d4ca6034b95a14fffbc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:76fe8af4570de03dd132a76d77a01a848afc8929551920f1747340916d1d7cc4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cb63e4bd52a820fd762f1fe52c00284ac4da72f4dfa62160ce7fce68adbf05a6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:09f70f619f70724f3c29825b8ef2077c83c7f6b3336f3ad6a90528d8c37a64a4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:2374345ef8d24743b781fe5efbc6c2940b44d8c40a888be4b9d00c052ef3a5b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:6ef6db044cc1d60b1ba779080369faa41904b397d97f8edb57ed97908d392bdd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:a896935ff08a0d41c2191429bc464392489210c2f9e4394d3223e64db645514b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:33004ed62cd9d071599867929b8988e5b407bc321b7e9f29a1f46e684404ea2f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:dca3ef90e2ed42b0f0a7563af99bac10c5319753641622841fc87644feecf3b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:e7bd3207a7a4047213b2018c8af83c97bf853cd162b7f3b9d6c64d8428312046_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:ed2334b24d3c0a469919f4232690cbc842ef0d5fd0415d85221dfdf6d0d694d6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:4e1bfead25554c6d6b9d6cbcdcf27e5e6945190407ae0253b9ef9104dbc860cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:c259d6bde78b955d667ac17c7df939d18555176118cc13a56d703c175c4579e8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:d5516bb880d104d1909aaa8fcf23ef3903ce2f7c996d88bf95357c1f42d150d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:f2998bd3dbb6d8e20b7409ea6fa9aee05aa43e93d9927f3890e07b36b04796b5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:5019fca2f70c6458ee21983df5c2d23531d6fdacb0bb53634627e0d27e48fa2b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:51d1d4564b942ed03b76babd33ac0e2607d2dabd693ec96fe366f249c1ec26c4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:a4594a8060e52a9090e21be808264042602d921a7b0290d5f129c4e55921c67c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:f38f529b8c0cada6e4119e53ce45d5f3de331c1bf3538b89125dfbf61c341508_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:2ba1e60f1bd923c502ecfe47013303a012abe5b498985697c0ba25d9e6f30d04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:b6b3f616dd231c6d9488ea0edeb177d63629b84bdaec0e322e44a001837506af_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:fa92149453bf02fe26653df7799d82074ac1f887836510b099ba3014ffd42adf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:4cdf2f41f7d507ab3811d890f9407f4dca492ac923b456634226d8f3bc2375a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:b51949dec4eef94d454be0566327e4c8fbe62790597152101300a8bd91316a99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:cb69b502f7ab79db0ad9c7a8ea6580d1b25516575e2fd0bc70c13c9ad18803c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:565da91b2afb17fc725548f4c8fb3c11f3baac5cdf7a65d7329bc2306c6b6efd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:7b4a4d50664f86f37d438e8dbb310bc932ad72feacae706b44f733ebe255dbb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:a66b58e4d0628a85eb3b714193fd669a6a875f1058e9ad53412606fa51e34537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:2de513bdcd19a8166c35c6eeeec2165213fd5a0af31be2dc0d59b1e5616692c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:498a0ece2f69b480f7660436633ac17fc53fd6cc3e12eea187d799da3076f700_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:dc573ea3f31057903182ee80eb0759e3f67d712b06007fbbd0aa026adf249aa4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7776e6552ec1b4ed16c1a0ec102da7e32a2ffae6ebca4015441ff0d18a703212_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:7786361f23be1ccfc19e68e4bfcf929314533eef29902d93d7cee2b6066a4d00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a3feb53f9c492bbb708809022e828e32985b687b995e966219c50f1a42afe4e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:e0a47391f4a3b5fe5d7da4cf7925c1f52b0253b6dc2f200bcf6799b341381e2d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:238cc1b301777b8aa3d91fa819adcc340bda9091b792fe13feec676d0dfd2f67_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:51fe9691befcc7601f1070c3fab6c588b94482d98235b1f9be4138ed0e088df3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:57ac36128570623d5ba40057c0d466cb4dddd640fbd5fd9037eb0b564ef8d3db_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:92377672b560dd5d8f714421f397d0240c9f8e292752b2ffb267dcf14570af89_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:0120bf324e80e8e8ab4c94ddab34115b582c6c021500d0c6cb15e74ef4d262ac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:651f712971bc32ffdface59178c164f561e990395c51b39d1f281d0586a7e731_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e1249bf0f3cb7e17f519c66db0e3c655d7cbbdbe2136d9c5444294d28a43bef9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:f2d643587c50893067cfaaea72e8bc32b57fdb8fcf6b9a5c24b3d0a4692a7a2d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:1f9161fe14a3ee96e98957d6e2a865968cb1ad8502eb34381fdb65dd4d87e039_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:74361bba53b1a3081b04a60aa987c44861179c6b7a7e7fbd27a3ec625d502893_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:810ed0e13643e69d0eb897211ee91c9c2fed52ff3d37c68fff0878a05dc94f2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:ca39f30b1ca63dc40469ef560a40f64e5e34fd4c292d41376ffb9e05b513a944_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:59e65099169a4abd223fd77dff6c8587d5c81919c062b7827c7b95e7063802bc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:b4e3dcc98a5ff1b53b60f11566ee745a41fbae234fe059e937a71f4d99e2d290_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:295845b60fef05b0d5962863b0c921a199b589037d250de668c19b4dbd25e37c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:5101885018873ca6a10d390abaa3683e481cfe978ba1d4b314662b62b136f6b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cd3913ef3a3375349e23b73a40309d0ee354664623822111a2af2b5239072ca7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:402804b506d7b49384908784195ace86fd8f9ef38df6c9bb877af52b3c310799_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:f1c1e5f8d778aa5402f9e80cbb6c500a3d55333c9732936afd1c6491561bf67f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:03d2b0c24508df5dab5fb9aaa082c0186f203d8505027a2966265b75fa8f3d12_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:5a79b2766e6081d52d31280be95863269415663979bb0f5d95bf60c207dcde41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:3105cde9cfe6c19946c131d497bebc9585ae13065fb7616c242920bee36f0877_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:72573bd345be9a04a481a1147142568031016213cc46583c0ebfa6945d0f3f0d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:d465ef7821e7c78d2ead3ac39b1e9099efbe9231fed2469fb4c224af49d08b8c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:f9132a647e679a262a905a3012ca60dc82f6db8a4b607a8a7f26b707f8a3e2a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:86310a20dea76def168f686f6bdb1fb04456cf20f27c273061b9e9656eb03c77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:d33e7ed943a46ce235ae55b8fafd9364775bf35e42faa59c7c10e0cb3d94582a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:df9b12e6b257f20fe734a8f304279e83ecf823aa07bc71f44635b47472c14af7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:eb2086c902d58929d196ed748eebec8c751dc768d9f53b17c87ba29215618bd8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:8f5aafab8a17aa9cc2e83f62fdf999c9b1ef749d6c21e6e60036a41e7ae98ec7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a1037b3bdffecc47fa7149f2c9c950d4f11542de7a062800816b11f3f422ca5e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c149bd90123cfa963400e25052d9845560608bab064c818c545eae5e1e956632_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:e016e3bdf3d73deade795ec693853a49d2d2a342de5db5a2f0d1c5926888892a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:0e2e942e2ce1302436d1d3d066a377d35edbdb8f2583e6a87357577e9e9146e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:3a6a54d2a0ada54e073f31b43a5786d0d6e4e277606020a9226d0eacb2416b3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:495d5fd3a2b47198a01d93822095738e8298922a36f7121ffea7553220bff227_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:a9aad648133b2de8a99fa5d9a8a299d3ceeb1cb3535272e57d4ee5601d97ef43_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:4f3dd311d3981acb47e8050d6d9783d68a264e2d7d3b38f1f148aa1d4473c317_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:5105e6f5d4bab7e56952d4bf09cbad44bc9894721c2f9b1ff37c490e4a327d68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:7f395fed6fa6cde3241bebf1038c2cf25607aaad4926dd468aab86202527a4fc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:b1ac957a8c12628c42852b69e562ec9d89b0ce5c6d15d6ad58f27ee6acb66d49_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:69acc95a628b054ee0da66bd5e8060e6fb98ca90588fffa8ce2ae306bf2484c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:c239a55c905b4fa795e9c851889d8fd4fca2748dae17adc17868a3254bf35810_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:34afefa9caabaeee85206d0e2c55a4fe19d7246f8ffcffb254382c271dbda490_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:c250abe748397a29d890c7d7370bc5c0b397ea3d76f2a435b2c4bc51123565ab_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:17791dce42043ba9ebf846000989164bd8e9455e48e88a3643bee2558be53fce_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c92041729c3041ff1928f6c3487cbdcc2b081178030ab22e99b43d1d147749eb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:c96d3dfe215162d92d9687e1c05f85ce63587e17261d8a13a92abb0fc3a3ca74_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:d9b10142c98aced49690c1f353e4b8e80aaf3b5f2bceab5c30ad67fac0ac0f0f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:8def18ed2befd4ef03663f4e92b2409694ca3cabb292009c916f6376d3a71c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:919a9add83fd3f3b75847c14c9d50aaf6f8cc9937120c4e06deec07d8f82364a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:cbd32a932b5168da85a4338168e1c07501837fded1af97568bb2d7cd6b3df1ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:d93634234d7523f4949052ac66fc69cb60fac46930c8254f0dd3c8cdb49f6b8f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:20d28474e6a891dbdd2757bfb55eafa35f799a4805c98c3ea9e673fa58dad64a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4462019e340f6d4bb58ce36544b870965e4fca5e63401e954a84164de67f3510_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4b78f4a8299a59b8d912d50e71e041b7d6b0e7d784ca051eeb57a8a9473cdd3c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bf60e5549e13ef3d764e9088e4f532ab857cd2b46bd111d3ed6c97bf684ee3c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:64cb3b2194a3a12fb04144b2a47c2e6e7c773ccafef39804b6d72ac0458c0297_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:81716531b308e1af091f6cde4509d503d4c1e6be9ea19df4b1b756d500fec987_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:94b38d24302547c56d010a085dd78f7fc098def8dd3092e70234c6ee4fa14a76_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:ee678b736a5ba6f432d329f16cbef66eb64bd0e781db3d4c2de0da815eec86ad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0aac6e1f195a8ad6ffd9cb5f21e74faa5fce46bcc7dc61a505709ba100f495fb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:27adcc8cba8a47e877056ecfbc1a0610c25d6d73fd6c9a92f9ef8cbb57828522_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:583b112cfa3afec520a42014777466ab81b06328c75194824352a9939fc44e26_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:8ba517d138e2af68d4898aac9bd9e553557a36ac39e1cbfba12106850c3de885_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:1d6730c5de39286a75ae2110457d95fc25aed4bc2e63e3600bfe98ede54967d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:22056811df7ad8a6e4118361e3df00f7b39276bd8abd276e4ab13528ce162970_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:3e884829e2f4529791caee667ed884e0ef974d670cf8a5af43b095f575a21230_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:edf5d111d9ea776496db3602cb8a0aabc12b101a3782a29a260a089ac0630e08_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:10c6c4de65deb292641c6b3570f80a264f250e2f3d8ac621e0d6d2ae472e004f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:771f2e28858f24abbfdac15c459de82cbd6db409f5f137e7ff59abf65c88b130_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:bd3a11e49b4a7ab2a8fc0bf63708a528e6cce0f84ac2edae61a11a5c723d21ae_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fa7541b0d366a3dea6ebbc6dbec76acdb43ffe19227c7e9db15bae8a7742a5d4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7459c967af688bfe319a68d60796ea110e2aa901411be63396d7b0708a2429b4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:7853cbfcfe22f197c97933455600338da811b9ee6b664d362b595ab7beef2fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:cffb353af660c4f0f876c19fe4bd8b86ad15a0facc1a6999e4bd6d3512989f14_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:d09f5cad2da681e24464f1d780ae28a7557197543607b653f11bb0db59669323_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:18d792004df5075a48d55e4242895b0f4d018a5b394c6b08f6a06708248049b8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:6b5325b836255a2ba9a3371065f7d868df70b083232b6315b24d88d5e64042b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:214e649e001924e5036d3a378e1cc96dfeb9e18c633b006c0306cd41ab82bdfc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:64f11294d9d4748f612d604005e16ed39daece97fc8611d83b0a04c03d4c3efd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:351f7dd0fc695b8e5833a3f967ced1f5d9672efdf8e02564287a2c5fc794b7f2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b639ac2cdea60230330fb1e8c5555fc5cadca1bd276abd22092c288e21c6e70a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b73fc84eb268332462154d35726fa332b400c9e33e3f987a9689626961a3639f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:07dc59c3ecab972130c26ba611997fed5ee9cda973c7d2e8b4958290c6c7cff7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:129603f87c883fa937d6a9571b6da3491d145ac571b3a5e8870ae0814c505f1a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb0f55fa0845642a7ddd89ff1b6e24f2f7e2d6019c49e47e79848d1f9df238c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d486a0c01b2fc3d7e621128a71b769cd4dd7f76dcf818eff8f8614cbd458607a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2a3c40eda6037ca6d4324fe950f01c0de6e6d066650d5a45ebff2fc8e2693a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:61ba960bb3839d12aa6bc1d8151c843acdaf12de6a39dfa1776e2f7d0d77077f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:b994274509ff15e94094762907c7fb43c046adaa48a0f21b9af0b3f2e19ed856_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:e06bbe8a5c440b3efd2fa066edf7a92fcb9a36f85a4965f8f8ac5c8aa35f4234_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b405b3b5f49e710b48a1fae1daa87692e40659758c2de6cdc9fe991dfeaaad8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:57f3d330392d81a36c28e95bfe85ab85090234d44cbe4eeaa52861ac51fb8bf6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:b6fc50a52e9fb38abfbdf10ebe59f8633ece3c2145a9f779fa6b576241bcca07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f30daeb03b9f226870a69792acecf78f98a9e07de7418ba8f23fd7d6642d4680_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:5de07de0febf01762f7f5b6f005c4ac052a3b3efa02a33d2122a79a4d56a85c6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:b0011f8cb1a24a079bde6ed0436623903d46f6f9174d432c06ff4ec6a9e65555_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:c0a94cfc89d38e774a8e6c17499514a268e28bd82e42d84ce7e8e90bd4bdfe72_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:edc8cb754273d2cf8cbce5f7d01397f462d4a4511ae62cf7487ae5df69d09dd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:4bb224096991fda30f4d8870b6b107a31cda4c898aadb25281e1311296b12145_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:9c2eb7194a6e01b6aa07723df1e1caf5c3d9fc5a2d313629545a73794aa9656a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:b30685dc21c391884fdf87f7598ecfbc086c291348872d458e9dbf2aef075780_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:ff8365f9435acfe020137eb7d6b086d451091ede1655db5b2bd27c3f2b1fb1d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:0d9623168572ce7997ace2473d2b82071cf4675e441753edb9261c96f5f98a2a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:4dbf5a92ff0cbcfb71c390461758343b3b460a020dfcd2b67f614816b722374e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:b1f3462006450bb09afe170232bc344acec0b968c00c7b7fbf264605e21bb069_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:c13842e187771bbade9bb1fc6a7d455d7b310709f6ee0ca1e5b0f679e45d2f00_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:3e6baf781b97dd20fccb972db0080a20b34c2ab10efa37a6a23acfe70ea07de7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:7399d9d32bab28a3cc9780cca232a5174371813a6803e4527c92605040261ac9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:78f5075e7080a69fffd4abd0e62df27785c7a419ce909296a47fb4014c9b1305_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:d8284cb28be3c62ece2268fb1826808126dde8416c806c7217a48695c06d5a62_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:8acf2bcf0926393b2107332be76e9e92c36a497b30cfdbe508a6b859fc9dcf36_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:dea0f4137664ce1d779c76b3ebbc1f32e313b1035b6b37a91f2cda1e0a66baad_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:e253b70ef0ea6744df8148b5126241ebd80f15474bba59dd05ca294d0e353d01_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:eb0ee994949a414bb611b32aece0a24da91a75e428fd2b0e7b94b13fc8da9c42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:17c8241625c741773865c9501695b00294beed813200f0f818cacd2896ff3c75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3321e4c9837307d365535ff8448773c47a706f40ee73de398e55b3b53a991bab_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:5418c4a33338a71e530e265d3c8febd8b60e33922230732ff6a70633bd2c5f0b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:c913ee66bd97c3f933a95ba64e705d443a11f0c832c67f90930ce4b003f30284_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:2326aacb7ffa7ea782836313ad6ad9bad74c55b6ccff6fc32d6a08e8c3faa669_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:3b652713194e8c715cf9bd3303fff04341b1ad84cb60be9dd887e4e613c194f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:4a9a6b23884a67bc986fa8faaea63c4442a4364e9690c4ce0ebb8b8f68850721_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:f51528288566bcc8ff0e639ae4c7655226a86618e57540427eafc9f88226e3f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:21f025e3b8000e8f1d4c57780883b6e2f0581650c2c9f1c0669bdc15bd953216_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6b2bb0041baee187c95e12ffffad0bdc5cf2f3e684b2a4dd5e91b7ed111a5e3a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:9ae10ebcf5f7a7b220a5afc3efbff791963bb231280116486c5a5f7af9af686f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:df29ba7f3139e6aa78101d6fce2142561998c69e3f32343c10d343e6f6f29440_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:138105c5507c4f0cdd5e78ac3b8dfc09ebf4bd6a136eae6029b6f7e2f4e1dce9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:98f20b12dd787eab4d33ce54cc767e03405492b062ff895a6438a312663dc807_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:bdb50efb0cbc783b20c01c39c8e6ace79cbf77a57dc654dc06c6e1ba713e91d8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:cb41263c307c23e385fb0b52260152be94ce1f1f682b98436a3e66bdb3b73aa0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63a830299f4ba06737505dc2224868f936fb377ed2fc2a6fab859d1fb34910a4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:74fca66e67e56eb88c5b169c39cb9ed29378cc5d866a06602269ebf4c6356b7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:cad9a80cbb8440200d381962a1f35e8411b0e187a8cb3bb957ee494539f3ac21_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:da2fbe03d3b8cc5e85ee961a313cc4d81fca61096587a015155d26145bde2c3e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:34912c42041f22a8f7990b23d0d11ca5d322282a7207f386311b25c617c0d35b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a113de510417d04813aa7b986de844d12cc962d4155e41e8a3df95fbadda02cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:bd0e286f8af9b14ddfb05f4ef360d195fc1eb6670f75da07bcdd67fd64912666_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:da9f4301b1d4468e2ff2258e0c077cbfdbfb8413836b079b33af88887852fec1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:0ef6c3f67afc760fb64860d8e44d5f988693401078f036c803f9d53719afc91e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4b1e3db414959800792658188bb38b199f12d3130d901e4aa43b7505c6695969_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:65ac6f73e9e63cabb260d302c221e4a6d01b899c3da1d5ea28b9a58eed29929c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:f156544dda23cf30655c9d1c78f0b1363b5310205555ea8c0930c888bb6077b7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:606dc5c6092d8a65f94edb8ee8c46afd6e1534ff27f309fd0c163f95a5f8d827_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:80bdd3b4b02592ddc9fde9348b1a15b3822eec638f474695f8a081a3712ba4e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:065509e3bcb6665fa5d5618daba54084a68da7aa4832d283b3d7933798da4bd8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:13c70ca5540b20a5d890e8cae03e676b723fb02c1c5fa999b9db7b8458797a36_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:42a53116c7395fac2c7b53fe25fb935d7b9fce465972890acae917fbbdc1fd90_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5b5d93400a1261308ae6d7b439abc561450055a721f9f714b3a3258fff99afdc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:0b54c4e7208b2f812e54163b29117ef7a65f5f1a6eeed4e467bafaf61581b5c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:8888665e09850fe366b24705b353c6e2871c7513a476104d942b485ea8d86c86_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5ed4d507c714beadf22191409e54e8109319c4bdf91bedbe0731115f1bddd5b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:fed5e48fb5606890c61e391c9b0e7518af6ef2e85f55cd8aff4b8f06e663dc42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:3c43da662749fef2d8d0758cf4bfebaeedf76c967c3325d49e6795435d6a8537_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:abb41132e36cfe8d059348952c36cae52229963e3e17403b4a3cb7ffe9c4d691_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:afdcc8fdce8ea118f2c3acf0aedf273fb9f3b5a1279c324afa7dd390b12b2c56_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:b0a10cbe6b46673e2f3873dc2dcfeceddfd1f368ba5da6d2f633c368f11de9e9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:18a64af4636aa8a4ea8d6cba9ccd70c954f01c5d848fdd213d477b5346c218ca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:2c2dba7cc8289f8ff6e41b8bb08a34cacb1e3f065f883593dfae4d8d66ad6067_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:83b883995b4a2bb52f9e06478af225cd98b0d1d0e2f49b61daa2a872eec65299_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:c905da0bcc530043af323268bc5da5e4fe5e5f06813ae47fa46b1adc913cf6da_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ce86daf969084c53bb170efae106f7e0e58bc23d4e660968cb246001f30c0124_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d390ebcac1f4c7702b5afc4e146d68ca335528046fb44f0ee31bb237f55c1653_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:f03115bed71f159d330df7d99d6d22a0670123cb3848d9df8d56186a5144ade2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:fe047c360b40b9226affab0f8c710515ebe33dfcec942b9220cf9a1366a9ffed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:28806f7e9f5d96991a9964ac4a7bf20290f1073a75bd10730a82299519a9d967_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:94691db7cff65d98371d0a64823f2a4fe60fc072cf32dc08906bb7b724c013d6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:aa20f9c4b2e534b56931382733210e6e4fb84f010f976f1f048b5b9bd2bcac9c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b61fc972db01161fece03b3ab1e6e761ffb059fa73148ba50d92209b7c79cdb9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:499244d61051621688fed3e46368da9db4f508973c28d5c8bb5cb8f35c3f29f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:6f3049a48b0341cafb41c8449a4504712416aec1749f8ced53a10b1016f285bf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:83910e59bc6060b9fcd0101657732e591f33158801c9187ca7bdecf587c5bfe6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:e49bd2507adbeb2d81f703b8888b85e5edf2f949b200de83c5d667136d6d4795_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2fc01c14eebc1a012d94a5784bb98bb6d662b624b49db0f0994c3bd32f6e57ad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:492be70d298301ee8249e62fd5b34ecab48714e61a71098f1d05819157774fb0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:9f52221fc7a954324e27e6d4d7d1a5665b307de7b93ac561bf887f6916a842da_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:af5ed6d0f7bc8d7ca5e2d5b20d9b0fdd53d8c7e9f1742fb36e6de63391bb9f31_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:02c0e18ff41f4e77b392f7c63c7f4f6f5fe6ded819cd3776068d3af2fd9e3309_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:3f6ce6f7e1ff2e4befa5d45958493a0c0910074286ce302197feebb8235fffc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:a6416cbcb62dc36868e38ce3f217cf28ee3f0dab9e4a324cdcd325b4a6b92af6_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:ce032083d05b34903b228565648b0f6fe295380ed796387ff57f3ad0f5aef02b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:2133ae57cc0621148afc301b52b8e352c7364888fec87d5c210abc8adfa1e828_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:450b4dd93022327e1fc6a8eaf2fb768f55e04781b6764fde601d653223e19b1f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5c83d8ad59dbcbbdb6890b2d456c1e2c56a3a9d0a01d152c60bfbadeec884a07_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:5f11f5a548dd89ed15989d95e535bab7b0c075849a607ceaf9c0a204ff95c932_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:098a3fe500680103f155ce3edd36e84d31c5076ad5a610005b47c4f75bc88389_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:1f9e0b7918197778fa4717cfbbf496be4fe975b1d4db64cc826cdb79eb445c1c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2dbccc1e672c01483d3df24949e92a4bf1dfcec69206e533d8455ccb9948e2a3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:411ba779020fdbe74167171ade4b6f7a4ad2c16d79be954595f375d2eed14d0f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:35c75eaae83d85e0ae2f818d5d06691e80b1a95ed541d0896be5bd7dced354b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:96ad5a9be649c656135a87f4692de1bcf07ae50ecd75f58dab03ba81fd5e753a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:cadfd774f9446e260626bb881d6c57618cf2a40edc5acc57e428f48e656fe907_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:fb4780fdc477fa357658f748ace4ad2e218a38b3b1d69bed8e353571c9c0b47a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:4f9dc62b5dd3c03e402df50966f626d20517bbf1a390036d13ff3ccbb6a7ce0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:584d942f4a0570e1e0ac9f0048f316888d507005650e574c61a605f860f4d342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:67cf51353158cff656150193a1aaa8a95e0f96d8a9efbe4b2470b41fccd012c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:fc408526c0ddc1522f4b852a9bb12310899214627543d825d61dcaf1e33469c6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:0cacbcd42a5aefa070bea430755a26ac4a163f9edfd856c65b6eac6effa9495c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:516ca2502fe8f2855e9ffb92e7ebb8138bcd925cfbc600bd238c1d68178261a6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:acfeb82bab34c400382868d66ae750e9bfb12ca8880920164e6078fac84129e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:dca73be05f696a6114a465e9717711c72cdbcae8840efa188df4eefe9b112e4d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:086422e043212343bef4874b88092ba5945a65d70ebcd53f8f9e446229374114_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:7733f403d8e9d23662e9d3cc5b4b368f1366532e20c240d142764faab31b4f53_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:aba8ae13634b5e7c166f085f1303c4196462e2c57b7d36a6d614f4a51c6cefd7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:e4d6b8f6fd0ada9e65339ae624a0531b732aaeb5260bc785c7d0995a61ed2e49_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3cf507c82fd6e2f7441b40e52443f44d7a64fbbe1525773edd26b777c391b270_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:6728a87d3d2a9c35d295875d310dd345e73acc4a10c227eec20bd1bbaba9a28e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:8a9caa21fd725de997019e7b66e702cfb8e0a36b88c9a1b67212f9cdf45a300f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:f841d93014e4c852e5998ce1dc57bf90bccd1c7c6f23029f2c15c058aa9a6e02_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3891201c10ce323beda1bb8f125fe56519e64151d9c51b546816b43b9c407046_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3b524b0010431bdb7175c2c9ef55744eb51cc5c1c0c1d5d3b2e47bfee0229e06_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a3959b9d85ed95c1c3c0a3d52cd6ca9e7d2abb721c8ed6ff2c0255d78c617eca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:c63064880bc82eb73d8cfc6871555d0cfb2d505818939d07f6fc6a8bed9e77c4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:16ee52eeafd90f8495b76297322e27e5e6972e53de91c0258eab47478da58f7f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5211521e7c0150495e5bf3f6e7db76e43ad242bd35da481aa4c7d51f4a5ae5f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:5b85b279d661d5bf7aa8813fbc6c38d79cc7cf213e0bca6466757971a42bf450_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:803aa27b02600a0c016cde2866aa92033d01e2ce41f8cd964c6f131365673cd9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:15e7dcfafb6a74ea39011822abdcf5011aa2cf58916ee62dcf8045e81d4eb4d2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3e666dd332358b1e86ffc7c432c5eadaacf3bf4b1d127ea063efd3ef14a41fda_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:a8aebfcf430bd5c4ed4b8bae6a06ca5b397364ce4919cd08a7971b0f4d3639a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:f04175348a0e44b044e2b2385cd14840a9aeb58acaa38b7fae1471bb0774811e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:242314f8daadccb0c5ec1b5db883a443957beb2e01fa9e36534f68ca174c71e0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:5603fccd772c5f6c0b405b7d83a78e6b7c898dd68f7c01bbde3e983809e185e8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:6e9ef07c536c3b691a88f2d7fe5cf3d10d5619c771686a05557866ad1e25e433_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:99088ab0c60d95a31279116eb6c6b3f66524c1db5c513db861d7b6f164cefef7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:668268528d393797775dbd4de0bd8356840f5e86774a17e5c2d4a65d80742b97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:c88854dbd06b32c4d83b99ecdaf66c04a850139e6f5cdf2899b3702dbe1e96c8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2b14dc1a25f05da1dfed468461a5e6b1702e67d5882cb463752f0b03ae1dc4bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:efb5a029a61eca2f2b52894d8088d9c7e23a962fb1ed9c93aabb2a7f5e18a550_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:11e16233ffdb9eda46a003067ad2714ad97fef78e293578810a529a02459b880_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:446b1a697b5ae1ecf9f9e1464bf6f03f6ae5e328ec8ac526e57f8ff7848ca8f7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:1cc5c6b46db2a8c8ce9d955f945141b1ed39b371d46e747fff5ef9112f0f907a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:26b5d8a864d9c0d2a8db68ff7b18d3b2b61cdc1b42f398d8f1a3b743da827d82_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:02fdbb0325ab1b303fa8175f55d1d3955817ec297cb68e1f3f553056c7074aaa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:5685fa83d9f4d66d83cccbee577615469fa0badca4701d228d7b1182dac533be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8aea7029b8318c263831c9bbdac50481062257c9ee02fffacdbf8c9bed3b005f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:bb614dc9cbbe34b0ad9be6ecfc8f2f889b1552c4084d634ec65c19659189fedb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:5035139cabc906d4dc83791a98956bfc3390c2beef0eb0e332eba1fb4e7a334f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:84a6fb0216e096eaf43b3bb32f72bead86799ff5cf831bfc98b5ec0d42e618a3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:9566c34d5003fd479df92c1c5cbfc943d23ae0f319ec7588c706cbfb262e546c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:d84413eeb740637db2f95c37adadcb58d341147e9dcc69fa01b267ff4c3f08ff_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:8a6a6edb28e7d31b46a5da9388b69e165cdd6960ee3366972e0fe35c153e03ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:952ece2ac52992b606c9c7c0996079850da014c2670ca5bdb48be59e0ac0deff_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:d5c3f96caf49c824c1b260c5567b16cdf8c6d55129fb509c5ce02ffca8de92bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:e1b3313076706f0dde1b1b719b3d9073612f64a5c73f137491681ec8a911c2fa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:2aa94f934ee85be2f199a2b45cfb4110833c2cf8f7822035673d1637e57aa197_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:638a5fff2d0a00e8c4274f0e6882e70ddec9047adfff8d0a6e458637b65ab5f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a594982176a39cdcfa60236362662e027071c4d72668ccf62e4b44b396a9e473_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ac03c7dec805e318da64f357fd5797f91dfd692e634c296bc72a4dabb0172e7e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:0013ccb35c701409826d35b25cc2e6dfe2537b206ae34d423a576f868e1dd691_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:79a360820f48119eb258fbc5cedff868dcf8b324edfd124a7985d8ce980fae8d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:eea8ecdc5de84aecc7ca83090b13a4b95c08396bdf2f45d554cf229a7f556955_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:f464e6e3cb1cda0dd87971c9fc44577b03dbe1ea91ca2077c25463a2b6d6bcf3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:608ec47c1573bcca1daffff35b07fb1afaff266acb8e3f42964b2fd6357d2888_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:8cdd79df05e0fa74bc8876d374d3dd7d8a96cd0b883d69c65bfde6e6af907bef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:915612c0ed1dcd45e1351dd9112ad7f6de943410429ab52f99c6be1155ed1159_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:c9e8e239072d4bf978b93b2a87d86507d6dbbc489496e9f485686353ba832a34_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:1ae21bd6b70bd10bf34a716ae9cac435a22f6f3aaa48c28ff3665dfe66da801a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4a201d02e50a15a9e76f9a499f2df684c292c4571fa35f50ad849b3d49068b3b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:69e2d0b60464cc1a2ed35a21ecee81ee9149c043b1d1d3b48eeee7ff295433fb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:95bdf485339de32ef4814d68dd7eb5b17bf4e001c6ac1c79970be2c1537d7369_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:60c1da04cd0708dd4ecb4a80fd8ccd86a93422173b50b1d307f06a0d690bfdae_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:6395c54573afebb56c604d64aafb57a03909f3e2dfa88d83abfad25fc6a54128_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:87914293342aa6a56148c194e3225665f9e97ef98bad96be86f2e1814f78e218_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:cf28cf3cfcabfe8a19a69e0b0ccffcfddefdbab392415e1bb4b45f6eef36401e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:4f90c9e87d66fa0ab9efd271d0894fcb3212aa0ac54e5e31c6da74d1b6117c2a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:51c78317bf7fb83d8b833ae563316394fe80f1e26da6a4e761a122098158a2b0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:bfdc758707e974f63e7ad8b924d0de91d98c371fba6ac4986bc9242b07b27209_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:d9931c2d43c8161e270479b7daf7b5823313c2106c07dae3fe9fd38280b2e3b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:6bef6d51fb0a727c1351f065a515f46e9b8c99c906906fe7228aae64fda3d291_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:9180ecb5bfc4e0641420e3acc90ac8747a587abba02e12997e508134a7ad7c05_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:91e6c281450b55fdfee18b70b5d31dd603db3870b8c899a17c4be63b1eb712de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:c14f60389fa82cec0ad072044514178fd8b7b8416a270c7c7cf33e9f46f9c23d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7b419575c5ae17c4753bf2274fd798a9dabe48841d7882a12f1f49e5077725e6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f0984f1cf441cc86ec6a5cb54fd9529bd8eb5bb0f29e4cc6de71f93d865d44c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:e76eaf797ffacf77109ec618fb45fe2285d5ec7afb88e3e4d5167a4eb1f73dd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:ea5242daf4c9c68a3f3431872ed5e93cc584af92aa845c83a27655f2df772d66_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:705e61ea9593f81e305d1c5126d46b412ecb7c3a2327c2e6a161135273793f99_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a51120273bd467cda28afa0bb8b07c48c52a0ba57c9034540cab914bd594a03b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:a756038932d064a4226c352553e2eb8dd0fb808d133936e839e533a4c8312b88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:c87e1dbf79d1ff551c6091ebd2b7a80039d32be6fc8b93ffc5f10d864e62de76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:7b982489e439c83fd9afb8ac66a8b65d148adc625fbe6f8de93d61fd3eca6f93_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:63c0934383cadf9cf718e334bb7f6428a7067c55de968eb59cfe398bad6aab4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:ade1d5a9a276e5d842dd3d3d983f0b6598283020022a29b0ed2298518401d941_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6a2ba223d3b9c87eb24cb40aaefc244ae87533e286ff8acb4786514f3be9dc7a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2d9fc583e28e3e4f4cced0aad6e40519628b8767afb98d6424f9fd90e6ccb6b2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:2d72c1b62a3912e514cf16c1fd8c870b8cf25b30df7c7b86b6373a0608b57366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:24e460bd023a7000926134d5f3141c6186d68a5e20c07649598308389073f93e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:27a3394ae812b8e15c2fd8a56f1b004fddfa7b0ab91cee99c3a61483535d40c5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:814d6361cbd1bbd317e65d903c28b6ff69008ca9b403f09ada19bf2e3dc17d6d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b21a80bd7ca8b6c433ac6c73d899419f097cfbb319b7d3995ce12f09da9b95cb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:0eeb9a04e6797700dbedde1b27c0607982a004fc347212f08a963a83efcfb3cf_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:27aef867141800fc1143904c670523bd20f9bf4d80daaf7c1212d6bc3fd79607_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7eb99e3ba062c76bcbb2e6c66395f42ed67f6ed6b832f307c3e0d0f1d1e21df2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:fd08345eeca5b54c6ee8d462602b22b685476c6c38076c6d5605c8a0ec8c2f1e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.